Files
simple-php-router/src/Pecee/SimpleRouter/Exceptions/NotFoundHttpException.php
T
Simon Sessingø 7e63197252 Major overhaul
2016-11-19 19:24:05 +01:00

6 lines
101 B
PHP

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