<?php

/**
 * @file
 * Provide a separate Exception so it can be caught separately.
 */

class MessageNotifyException extends Exception {}
