szurubooru/src/AccessException.php

5 lines
56 B
PHP
Raw Normal View History

<?php
class AccessException extends SimpleException
{
}