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() | ||
| getKey() | ||
| getSourceId() | ||
| getSourceKey() | ||
| setSourceId($sourceId) | ||
| setSourceKey($sourceKey) |
Details
at line 35
public
__construct(string $key, string $sourceId = null, string $sourceKey = null, Exception $previous = null, array $alternatives = array())
Constructor.