17 lines
440 B
PHP
17 lines
440 B
PHP
<?php
|
|
/**
|
|
* Exception handler for the Horde_Notification library.
|
|
*
|
|
* Copyright 2011-2016 Horde LLC (http://www.horde.org/)
|
|
*
|
|
* See the enclosed file COPYING for license information (LGPL). If you
|
|
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
|
|
*
|
|
* @author Jan Schneider <jan@horde.org>
|
|
* @category Horde
|
|
* @package Notification
|
|
*/
|
|
class Horde_Notification_Exception extends Horde_Exception_Wrapped
|
|
{
|
|
}
|