1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 18:29:39 +02:00
Oinktube/objects/simple-php-router/src/Pecee/Http/Middleware/Exceptions/TokenMismatchException.php
2018-06-06 03:29:44 +02:00

7 lines
No EOL
103 B
PHP

<?php
namespace Pecee\Http\Middleware\Exceptions;
class TokenMismatchException extends \Exception
{
}