Skip to content

Commit

Permalink
PSR-11 container
Browse files Browse the repository at this point in the history
  • Loading branch information
deleugpn authored Oct 3, 2018
1 parent 7cc289f commit a2ce74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit a2ce74a

Please sign in to comment.