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