\Horde_Exception_PushApp

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.

Summary

Methods
Properties
Constants
__construct()
$application
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$application

$application : string

The application that failed.

Type

string

Methods

__construct()

__construct(string  $message, integer  $code, string  $app) 

Constructor.

Parameters

string $message

Error message.

integer $code

Error reason.

string $app

Application being pushed.