This exception is thrown when a non-existent service is requested.
- author Johannes M.
Schmitt
Instantiable
- Extends
- Implements
Psr\Container\ContainerExceptionInterface Psr\Container\NotFoundExceptionInterface Stringable Symfony \Component \DependencyInjection \Exception \ExceptionInterface Throwable
| Methods |
| public __construct(string $id, ?string $sourceId = NULL, ?Throwable $previous = NULL, array $alternatives = [], ?string $msg = NULL) |
| public getAlternatives() : array |
| public getId() : string |
| public getSourceId() : ?string |
| Properties |
| Properties |
| private array $alternatives |
| private string $id |
| private ?string $sourceId |