Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/vendor-1/league/iso3166/src/Exception/
Upload File :
Current File : /home/dev2.destoffenstraat.com/vendor-1/league/iso3166/src/Exception/DomainException.php

<?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 League\ISO3166\Exception;

final class DomainException extends \DomainException implements ISO3166Exception
{
}