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()) | ||
updateRepr() | ||
getKey() | ||
getSourceId() | ||
getSourceKey() | ||
setSourceId($sourceId) | ||
setSourceKey($sourceKey) |
Please login to continue.