Files
server/usr/share/psa-pear/pear/php/Horde/Imsp/Exception.php
2026-01-07 20:52:11 +01:00

15 lines
393 B
PHP

<?php
/**
* The Horde_Imsp_Exception class
*
* Copyright 2011-2017 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 Michael Rubinsky <mrubinsk@horde.org>
* @package Horde_Imsp
*/
class Horde_Imsp_Exception extends Horde_Exception_Wrapped
{
}