1: <?php 2: /** 3: * Notification exception. 4: * 5: * @package Elgg.Core 6: * @subpackage Exception 7: */ 8: class NotificationException extends Exception {} 9: