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

7 lines
91 B
PHP

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