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.
1 parent f688077 commit 29333cdCopy full SHA for 29333cd
README.md
@@ -110,9 +110,11 @@ array:4 [
110
[2016-05-11 17:19:21]: [INFO]: Memory peak usage: 8 MB.
111
```
112
113
-If you want to pass additional context to your custom exception, use `Illuminated\Console\RuntimeException`:
+If you want to pass additional context to your custom exception, use `Illuminated\Console\RuntimeException` class:
114
115
```php
116
+use Illuminated\Console\RuntimeException;
117
+
118
class Foo extends Command
119
{
120
use Loggable;
0 commit comments