forked from Cavemanon/cavepaintings
lots of docs
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* @package SCore
|
||||
*/
|
||||
|
||||
/**
|
||||
* A base exception to be caught by the upper levels
|
||||
*/
|
||||
class SCoreException extends Exception {}
|
||||
|
||||
/**
|
||||
* A fairly common, generic exception
|
||||
*/
|
||||
class PermissionDeniedException extends SCoreException {}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user