move imageboard specific bits to their own file

This commit is contained in:
Shish
2009-01-04 05:53:14 -08:00
parent 672390a289
commit 76f79668b5
3 changed files with 152 additions and 135 deletions

View File

@@ -1,4 +1,6 @@
<?php
class PermissionDeniedException extends Exception {}
class SCoreException extends Exception {}
class PermissionDeniedException extends SCoreException {}
?>