1: <?php
2: /**
3: * The Horde_Imsp_Exception class
4: *
5: * Copyright 2011-2012 Horde LLC (http://www.horde.org/)
6: *
7: * See the enclosed file COPYING for license information (LGPL). If you
8: * did not receive this file, see http://www.horde.org/licenses/lgpl21.
9: *
10: * @author Michael Rubinsky <mrubinsk@horde.org>
11: * @package Horde_Imsp
12: */
13: class Horde_Imsp_Exception extends Horde_Exception_Wrapped
14: {
15: }