PHP Class StackFormation\Exception\ValueResolverException

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

Protected Properties

Property Type Description
$sourceBlueprint
$sourceKey
$sourceType

Public Methods

Method Description
__construct ( $value, Blueprint $sourceBlueprint = null, $sourceType = null, $sourceKey = null, Exception $previous = null )

Protected Methods

Method Description
getExceptionMessageAppendix ( ) : string Craft exception message appendix

Method Details

__construct() public method

public __construct ( $value, Blueprint $sourceBlueprint = null, $sourceType = null, $sourceKey = null, Exception $previous = null )
$sourceBlueprint StackFormation\Blueprint
$previous Exception

getExceptionMessageAppendix() protected method

Craft exception message appendix
protected getExceptionMessageAppendix ( ) : string
return string

Property Details

$sourceBlueprint protected property

protected $sourceBlueprint

$sourceKey protected property

protected $sourceKey

$sourceType protected property

protected $sourceType