5 lines
96 B
PHP
5 lines
96 B
PHP
<?php namespace Phroute\Phroute\Exception;
|
|
|
|
class BadRouteException extends \LogicException {
|
|
}
|