mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-16 18:50:11 +03:00
- Better php7 support. - Added easier way to debug router. - Improvements and bugfixes. - Updated documentation.
8 lines
104 B
PHP
8 lines
104 B
PHP
<?php
|
|
|
|
namespace Pecee\Http\Middleware\Exceptions;
|
|
|
|
class TokenMismatchException extends \Exception
|
|
{
|
|
|
|
} |