message_notify.exception.inc in Message Notify 7.2
Provide a separate Exception so it can be caught separately.
File
includes/message_notify.exception.incView source
<?php
/**
* @file
* Provide a separate Exception so it can be caught separately.
*/
class MessageNotifyException extends Exception {
}
Classes
Name | Description |
---|---|
MessageNotifyException | @file Provide a separate Exception so it can be caught separately. |