post/CsrfException.php

7 lines
67 B
PHP

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