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 7889d27 commit 69615eeCopy full SHA for 69615ee
README.md
@@ -112,7 +112,8 @@ array:4 [
112
113
## Custom exceptions
114
115
-If you want to pass additional context to your custom exception, use `Illuminated\Console\RuntimeException` class:
+You can throw exception of any type from your code, and it would be properly handled by logger.
116
+However, if you want to pass an additional context to your exception, use `Illuminated\Console\RuntimeException` class:
117
118
```php
119
use Illuminated\Console\RuntimeException;
0 commit comments