We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Exception type for container-related errors while resolving services.
This class MUST be used to signal problems occurring during service resolution from a container that complies with PSR-11.
\FastForward\Container\Exception\ContainerException
Exception
ContainerExceptionInterface
Creates an exception for an invalid or unresolvable service identifier.
public static forInvalidService(string $id, \Throwable $previous): self
This factory method MUST be invoked when a service ID fails to resolve or the resolved service is invalid in the current context.
$id
$previous
Return Value:
an instance of ContainerException describing the issue