File "ApiArgumentException.php"

Full Path: /home/leadltht/fastlinkinternet.com/admin/wp-content/plugins/woocommerce/src/Internal/Admin/Settings/Exceptions/ApiArgumentException.php
File size: 194 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
declare( strict_types=1 );

namespace Automattic\WooCommerce\Internal\Admin\Settings\Exceptions;

/**
 * ApiArgumentException class.
 */
class ApiArgumentException extends ApiException {}