Current Path : /home/dev2.destoffenstraat.com/vendor-1/league/iso3166/src/Exception/ |
Current File : /home/dev2.destoffenstraat.com/vendor-1/league/iso3166/src/Exception/OutOfBoundsException.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 OutOfBoundsException extends \OutOfBoundsException implements ISO3166Exception { }