1: <?php
2: /**
3: * Exceptions class for the horde/Auth package.
4: *
5: * Copyright 2010-2012 Horde LLC (http://www.horde.org/)
6: *
7: * See the enclosed file COPYING for license information (LGPL). If you did
8: * not receive this file, http://www.horde.org/licenses/lgpl21
9: *
10: * @author Chuck Hagenbuch <chuck@horde.org>
11: * @author Michael Slusarz <slusarz@horde.org>
12: * @category Horde
13: * @license http://www.horde.org/licenses/lgpl21 LGPL-2.1
14: * @package Auth
15: */
16: class Horde_Auth_Exception extends Horde_Exception_Wrapped
17: {
18: }
19: