PackageValidationException.php
<?php
namespace Automattic\WCShipping\Packages;
use Automattic\WCShipping\Exceptions\RESTRequestException;
class PackageValidationException extends RESTRequestException {
}
<?php
namespace Automattic\WCShipping\Packages;
use Automattic\WCShipping\Exceptions\RESTRequestException;
class PackageValidationException extends RESTRequestException {
}