gmarche/vendor/zendframework/zend-expressive-router/src/Exception/InvalidArgumentException.php

13 lines
461 B
PHP

<?php
/**
* @see https://github.com/zendframework/zend-expressive-router for the canonical source repository
* @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframework/zend-expressive-router/blob/master/LICENSE.md New BSD License
*/
namespace Zend\Expressive\Router\Exception;
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}