Commit fad0927
authored
Improved text of exception message
When some third-party module has syntax error inside its composer.json, it's very hard to determine which
module caused an exception.
This PR changes default message with the following:
```
Some_Module's composer.json error: Decoding failed: Syntax error
```1 parent 5640494 commit fad0927
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
86 | 94 | | |
87 | 95 | | |
88 | 96 | | |
| |||
0 commit comments