forked from mirrors/easyappointments
deab8b490d
- Δημιουργία email templates για τις τρέχουσες ειδοποιήσεις.
19 lines
No EOL
392 B
PHP
19 lines
No EOL
392 B
PHP
<?php
|
|
|
|
/**
|
|
* Database Exception Class
|
|
*/
|
|
class DatabaseException extends Exception {}
|
|
|
|
/**
|
|
* Validation Exception Class
|
|
*/
|
|
class ValidationException extends Exception {}
|
|
|
|
/**
|
|
* Notification Exception Class
|
|
*/
|
|
class NotificationException extends Exception {}
|
|
|
|
/* End of file exception_types_helper.php */
|
|
/* Location: ./application/helpers/exception_types_helper.php */ |