<?php

namespace Automattic\WCShipping\Packages;

use Automattic\WCShipping\Exceptions\RESTRequestException;

class PackageValidationException extends RESTRequestException {

}
