mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-21 18:51:26 +00:00
7 lines
91 B
PHP
7 lines
91 B
PHP
<?php
|
|
namespace Pecee\SimpleRouter\Exceptions;
|
|
|
|
class HttpException extends \Exception
|
|
{
|
|
|
|
} |