This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/src/AccessException.php
2014-05-07 17:58:23 +02:00

4 lines
56 B
PHP

<?php
class AccessException extends SimpleException
{
}