fembooru/core/exceptions.class.php
shish 1e4d7d1938 merge some useful parts of SCore
git-svn-id: file:///home/shish/svn/shimmie2/trunk@1002 7f39781d-f577-437e-ae19-be835c7a54ca
2008-08-23 12:05:24 +00:00

5 lines
63 B
PHP

<?php
class PermissionDeniedException extends Exception {}
?>