File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 146
146
* Options:
147
147
*
148
148
* - `errorLevel` - int - The level of errors you are interested in capturing.
149
- * - `trace` - boolean - Whether or not backtraces should be included in
149
+ * - `trace` - boolean - Whether backtraces should be included in
150
150
* logged errors/exceptions.
151
- * - `log` - boolean - Whether or not you want exceptions logged.
151
+ * - `log` - boolean - Whether you want exceptions logged.
152
152
* - `exceptionRenderer` - string - The class responsible for rendering uncaught exceptions.
153
- * The chosen class will be used for for both CLI and web environments. If you want different
153
+ * The chosen class will be used for both CLI and web environments. If you want different
154
154
* classes used in CLI and web environments you'll need to write that conditional logic as well.
155
155
* The conventional location for custom renderers is in `src/Error`. Your exception renderer needs to
156
156
* implement the `render()` method and return either a string or Http\Response.
You can’t perform that action at this time.
0 commit comments