ApiArgumentException.php
<?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\Internal\Admin\Settings\Exceptions;
/**
* ApiArgumentException class.
*/
class ApiArgumentException extends ApiException {}
<?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\Internal\Admin\Settings\Exceptions;
/**
* ApiArgumentException class.
*/
class ApiArgumentException extends ApiException {}