use newest zend modules
[GitHub/Stricted/Domain-Control-Panel.git] / vendor / Zend / Router / Exception / InvalidArgumentException.php
1 <?php
2 /**
3 * @link http://github.com/zendframework/zend-router for the canonical source repository
4 * @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
5 * @license http://framework.zend.com/license/new-bsd New BSD License
6 */
7
8 namespace Zend\Router\Exception;
9
10 class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
11 {
12 }