mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-25 04:29:16 +00:00
ce276bd5b7
- Easier rewrite management. - Optimisations. - Updated documentation.
7 lines
102 B
PHP
7 lines
102 B
PHP
<?php
|
|
namespace Pecee\SimpleRouter\Exceptions;
|
|
|
|
class NotFoundHttpException extends HttpException
|
|
{
|
|
|
|
} |