Skip to content

Commit 69615ee

Browse files
committed
ICL: Readme fixed.
1 parent 7889d27 commit 69615ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ array:4 [
112112
113113
## Custom exceptions
114114
115-
If you want to pass additional context to your custom exception, use `Illuminated\Console\RuntimeException` class:
115+
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:
116117
117118
```php
118119
use Illuminated\Console\RuntimeException;

0 commit comments

Comments
 (0)