File "ApiArgumentException.php"
Full path: /home/capoeirajd/www/wp-content/plugins/woocommerce/src/Internal/Admin/Settings/Exceptions/ApiArgumentException.php
File
size: 194 B (194 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\Internal\Admin\Settings\Exceptions;
/**
* ApiArgumentException class.
*/
class ApiArgumentException extends ApiException {}