File "InvalidArgumentException.php"

Full Path: /home/warrior1/public_html/plugins/google-listings-and-ads/vendor/league/iso3166/src/Exception/InvalidArgumentException.php
File size: 373 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

/*
 * (c) Rob Bast <rob.bast@gmail.com>
 *
 * For the full copyright and license information, please view
 * the LICENSE file that was distributed with this source code.
 */

namespace Automattic\WooCommerce\GoogleListingsAndAds\Vendor\League\ISO3166\Exception;

final class InvalidArgumentException extends \InvalidArgumentException implements ISO3166Exception
{
}