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, ?string $sourceExtensionName = NULL, ?string $extraMessage = NULL)
|
| public getExtraMessage() : ?string |
| public getKey() : string |
| public getSourceId() : ?string |
| public getSourceKey() : ?string |
| public setExtraMessage(?string $extraMessage) : void |
| public setSourceExtensionName(?string $sourceExtensionName) : void |
| public setSourceId(?string $sourceId) : void |
| public setSourceKey(?string $sourceKey) : void |
| public updateRepr() : void |
| Properties |
| Properties |
| private array $alternatives |
| private ?string $extraMessage |
| private string $key |
| private ?string $nonNestedAlternative |
| private ?string $sourceExtensionName |
| private ?string $sourceId |
| private ?string $sourceKey |