[BUGFIX] Bugfix

- Fixed csrf-token cookie not being set on some paths.
- Changed RouterException in BaseCsrfVerifier to TokenMismatchException.
This commit is contained in:
Simon Sessingø
2015-10-22 19:33:20 +02:00
parent bdb5b2dead
commit 63dfbb24af
2 changed files with 13 additions and 5 deletions
@@ -0,0 +1,4 @@
<?php
namespace Pecee\Exception;
class TokenMismatchException extends \Exception {}