mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-10 22:02:12 +00:00
085f98cf08
- 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
|
|
{
|
|
|
|
} |