Horde_Exception_PushApp
extends Horde_Exception_Wrapped
in package
This exception is thrown when pushing an application onto the stack is unsuccesful.
Copyright 2012-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
Properties
- $application : string
- The application that failed.
Methods
- __construct() : mixed
- Constructor.
Properties
$application
The application that failed.
public
string
$application
Methods
__construct()
Constructor.
public
__construct(string $message, int $code, string $app) : mixed
Parameters
- $message : string
-
Error message.
- $code : int
-
Error reason.
- $app : string
-
Application being pushed.