mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-10 22:12:13 +00:00
7 lines
87 B
PHP
7 lines
87 B
PHP
<?php
|
|
namespace Pecee\Exceptions;
|
|
|
|
class TokenMismatchException extends \Exception
|
|
{
|
|
|
|
} |