5 lines
103 B
PHP
5 lines
103 B
PHP
<?php namespace Phroute\Phroute\Exception;
|
|
|
|
class HttpRouteNotFoundException extends HttpException {}
|
|
|