post/CsrfException.php

7 lines
67 B
PHP
Raw Permalink Normal View History

2019-08-14 19:22:54 +02:00
<?php
namespace Post;
class CsrfException extends \Exception {
}