Skip to content
Robin Daugherty edited this page Jul 30, 2017 · 2 revisions

Better Errors allows you to work with the most recent error page by visiting /__better_errors in your application.

This can be handy if the most recent exception occurred during a request made from Javascript or curl. The exception information is returned in the response, but it's not interactive. By opening the console, you can work with the exception and see other frames of the stack.

the manual console showing the most recent exception