Files
simple-php-router/src/Pecee/SimpleRouter/Exceptions/NotFoundHttpException.php
T
Simon Sessingø 085f98cf08 Development
- Better php7 support.
- Added easier way to debug router.
- Improvements and bugfixes.
- Updated documentation.
2018-03-26 23:43:27 +02:00

8 lines
103 B
PHP

<?php
namespace Pecee\SimpleRouter\Exceptions;
class NotFoundHttpException extends HttpException
{
}