Overview

Packages

  • Auth

Classes

  • Horde_Auth
  • Horde_Auth_Auto
  • Horde_Auth_Base
  • Horde_Auth_Composite
  • Horde_Auth_Customsql
  • Horde_Auth_Cyrsql
  • Horde_Auth_Exception
  • Horde_Auth_Ftp
  • Horde_Auth_Http
  • Horde_Auth_Http_Remote
  • Horde_Auth_Imap
  • Horde_Auth_Ipbasic
  • Horde_Auth_Kolab
  • Horde_Auth_Ldap
  • Horde_Auth_Login
  • Horde_Auth_Msad
  • Horde_Auth_Pam
  • Horde_Auth_Passwd
  • Horde_Auth_Peclsasl
  • Horde_Auth_Radius
  • Horde_Auth_Shibboleth
  • Horde_Auth_Smb
  • Horde_Auth_Smbclient
  • Horde_Auth_Sql
  • Horde_Auth_Translation
  • Overview
  • Package
  • Class
  • Tree
 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: 
API documentation generated by ApiGen