diff --git a/container.md b/container.md index b7f8c79981b..fdce387d5f8 100644 --- a/container.md +++ b/container.md @@ -276,4 +276,4 @@ Laravel's service container implements the [PSR-11](https://github.com/php-fig/f // }); -> {note} Calling the `get` method will throw an exception if the identifier has not been explicitly bound into the container. +If the identifier cannot be resolve an exception is thrown. The exception will be `Psr\Container\NotFoundExceptionInterface` if the identifier was never bound or a `Psr\Container\ContainerExceptionInterface` otherwise.