<?php
declare( strict_types=1 );

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

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