This exception is thrown when a non-existent parameter is used.
- author Fabien Potencier
Instantiable
- Extends
-
Implements
Psr\Container\ContainerExceptionInterface Psr\Container\NotFoundExceptionInterface Stringable Symfony \Component \DependencyInjection \Exception \ExceptionInterface Throwable
Methods |
public
__construct
(
string
$key
,
?
string
$sourceId
=
NULL
,
?
string
$sourceKey
=
NULL
,
?
Throwable
$previous
=
NULL
,
array
$alternatives
=
[
]
,
?
string
$nonNestedAlternative
=
NULL
)
|
public getKey () |
public getSourceId () |
public getSourceKey () |
public setSourceId ( ? string $sourceId ) |
public setSourceKey ( ? string $sourceKey ) |
public updateRepr () |
Properties |
Properties |
private array $alternatives |
private string $key |
private string $nonNestedAlternative |
private string $sourceId |
private string $sourceKey |