* @category Horde * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Core */ class Horde_Exception_AuthenticationFailure extends Horde_Exception { /** * The application that failed authentication. * * @var string */ public $application; /** * Authentication failure reason. * * @var integer */ protected $code = 0; }