PHP Class StackFormation\Exception\MissingEnvVarException

Inheritance: extends Exception
Show file Open project: aoepeople/stackformation

Protected Properties

Property Type Description
$envVar

Public Methods

Method Description
__construct ( $varName, $code, Exception $previous = null )
getEnvVar ( )

Method Details

__construct() public method

public __construct ( $varName, $code, Exception $previous = null )
$previous Exception

getEnvVar() public method

public getEnvVar ( )

Property Details

$envVar protected property

protected $envVar