mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
10 lines
107 B
PHP
10 lines
107 B
PHP
<?php
|
|
|
|
namespace Pecee\SimpleRouter\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class HttpException extends Exception
|
|
{
|
|
|
|
} |