forked from mirrors/easyappointments
aa26540fd8
- Συγγραφή κάποιων test για το Appointments Model.
14 lines
No EOL
297 B
PHP
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 */ |