You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
407 B
PHP
13 lines
407 B
PHP
<?php
|
|
if($_CPHP !== true) { die(); }
|
|
|
|
class OwnershipException extends Exception {}
|
|
class UserAccessException extends Exception {}
|
|
class NotFoundException extends Exception {}
|
|
class PrototypeException extends Exception {}
|
|
class ConstructorException extends Exception {}
|
|
class MissingDataException extends Exception {}
|
|
class DatabaseException extends Exception {}
|
|
class TypeException extends Exception {}
|
|
?>
|