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/SimpleException.php
2013-10-05 13:15:48 +02:00

4 lines
50 B
PHP

<?php
class SimpleException extends Exception
{
}