Initial commit
This commit is contained in:
commit
40a2da38a2
7 changed files with 120 additions and 0 deletions
6
CsrfException.php
Normal file
6
CsrfException.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
namespace Post;
|
||||
|
||||
class CsrfException extends \Exception {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue