mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-05 09:19:56 +00:00
63dfbb24af
- Fixed csrf-token cookie not being set on some paths. - Changed RouterException in BaseCsrfVerifier to TokenMismatchException.
4 lines
84 B
PHP
4 lines
84 B
PHP
<?php
|
|
namespace Pecee\Exception;
|
|
|
|
class TokenMismatchException extends \Exception {} |