mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-30 15:09:15 +00:00
10 lines
112 B
PHP
10 lines
112 B
PHP
<?php
|
|
|
|
namespace Pecee\Http\Security\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class SecurityException extends Exception
|
|
{
|
|
|
|
} |