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.
Class ContainerNotFoundException.
Exception thrown when a configuration key is not found in the container. This class MUST implement the PSR-11 NotFoundExceptionInterface.
\FastForward\Config\Exception\ContainerNotFoundException
Exception
NotFoundExceptionInterface
Creates a new exception instance for a missing configuration key.
public static forKey(string $key): self
This factory method SHOULD be used when a key lookup fails in the ConfigContainer.
$key
Return Value:
a new instance of the exception describing the missing key