mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-24 12:09:16 +00:00
7 lines
103 B
PHP
7 lines
103 B
PHP
<?php
|
|
namespace Pecee\Http\Middleware\Exceptions;
|
|
|
|
class TokenMismatchException extends \Exception
|
|
{
|
|
|
|
} |