mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-24 12:09:16 +00:00
6 lines
101 B
PHP
6 lines
101 B
PHP
<?php
|
|
namespace Pecee\SimpleRouter\Exceptions;
|
|
|
|
class NotFoundHttpException extends HttpException
|
|
{
|
|
} |