PHP Class Horde_Exception_PushApp, horde

Copyright 2012-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Exception_Wrapped
Datei anzeigen Open project: horde/horde

Public Properties

Property Type Description
$application string The application that failed.

Public Methods

Method Description
__construct ( string $message, integer $code, string $app ) Constructor.

Method Details

__construct() public method

Constructor.
public __construct ( string $message, integer $code, string $app )
$message string Error message.
$code integer Error reason.
$app string Application being pushed.

Property Details

$application public_oe property

The application that failed.
public string $application
return string