7 lines
67 B
PHP
7 lines
67 B
PHP
|
<?php
|
||
|
namespace Post;
|
||
|
|
||
|
class CsrfException extends \Exception {
|
||
|
|
||
|
}
|