15 lines
393 B
PHP
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
|
|
{
|
|
} |