post/CsrfException.php
2019-08-14 19:22:54 +02:00

7 lines
67 B
PHP

<?php
namespace Post;
class CsrfException extends \Exception {
}