* @category Horde * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Icalendar */ /** * Exception handler for the Horde_Icalendar library. * * @author Michael Slusarz * @category Horde * @copyright 2010-2017 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Icalendar */ class Horde_Icalendar_Exception extends Horde_Exception_Wrapped { }