Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratadox committed Jul 1, 2017
1 parent 98026bc commit d59f78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -91,7 +91,7 @@ You can assert the service to be of a certain class or implement an interface wh
```php
$foo = $di->get('foo', Foo::class);
```
If the type assertion fails, an InvalidServiceException is thrown.
If the type assertion fails, an InvalidServiceType exception is thrown.

## Cache

Expand Down

0 comments on commit d59f78f

Please sign in to comment.