iflrandevu/src/application/helpers/custom_exceptions_helper.php
2013-05-11 10:19:18 +00:00

14 lines
No EOL
297 B
PHP

<?php
/**
* Database Exception Class
*/
class DatabaseException extends Exception {}
/**
* Validation Exception Class
*/
class ValidationException extends Exception {}
/* End of file exception_types_helper.php */
/* Location: ./application/helpers/exception_types_helper.php */