fembooru/core/exceptions.class.php

12 lines
215 B
PHP
Raw Normal View History

<?php
2009-07-19 08:38:13 +01:00
/**
* A base exception to be caught by the upper levels
*/
class SCoreException extends Exception {}
2009-07-19 08:38:13 +01:00
/**
* A fairly common, generic exception
*/
class PermissionDeniedException extends SCoreException {}