You are here

message_notify.exception.inc in Message Notify 7.2

Provide a separate Exception so it can be caught separately.

File

includes/message_notify.exception.inc
View source
<?php

/**
 * @file
 * Provide a separate Exception so it can be caught separately.
 */
class MessageNotifyException extends Exception {

}

Classes

Namesort descending Description
MessageNotifyException @file Provide a separate Exception so it can be caught separately.