class ParameterNotFoundException extends InvalidArgumentException

This exception is thrown when a non-existent parameter is used.

Methods

__construct(string $key, string $sourceId = null, string $sourceKey = null, Exception $previous = null, array $alternatives = array())

Constructor.

updateRepr()

No description

getKey()

No description

getSourceId()

No description

getSourceKey()

No description

setSourceId($sourceId)

No description

setSourceKey($sourceKey)

No description

Details

at line line 35
__construct(string $key, string $sourceId = null, string $sourceKey = null, Exception $previous = null, array $alternatives = array())

Constructor.

Parameters

string $key The requested parameter key
string $sourceId The service id that references the non-existent parameter
string $sourceKey The parameter key that references the non-existent parameter
Exception $previous The previous exception
array $alternatives Some parameter name alternatives

at line line 47
updateRepr()

at line line 67
getKey()

at line line 72
getSourceId()

at line line 77
getSourceKey()

at line line 82
setSourceId($sourceId)

Parameters

$sourceId

at line line 89
setSourceKey($sourceKey)

Parameters

$sourceKey