mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-22 11:09:16 +00:00
085f98cf08
- Better php7 support. - Added easier way to debug router. - Improvements and bugfixes. - Updated documentation.
8 lines
103 B
PHP
8 lines
103 B
PHP
<?php
|
|
|
|
namespace Pecee\SimpleRouter\Exceptions;
|
|
|
|
class NotFoundHttpException extends HttpException
|
|
{
|
|
|
|
} |