Skip to content

Commit 29333cd

Browse files
committed
ICL: Readme fixed.
1 parent f688077 commit 29333cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,11 @@ array:4 [
110110
[2016-05-11 17:19:21]: [INFO]: Memory peak usage: 8 MB.
111111
```
112112
113-
If you want to pass additional context to your custom exception, use `Illuminated\Console\RuntimeException`:
113+
If you want to pass additional context to your custom exception, use `Illuminated\Console\RuntimeException` class:
114114
115115
```php
116+
use Illuminated\Console\RuntimeException;
117+
116118
class Foo extends Command
117119
{
118120
use Loggable;

0 commit comments

Comments
 (0)