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/SimpleNotFoundException.php

5 lines
64 B
PHP
Raw Normal View History

2014-02-05 08:32:19 +01:00
<?php
class SimpleNotFoundException extends SimpleException
{
}