You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like it's not possible to simply plug Whoops into our exception-handling system; they each implement their own complete error-handling stack. I prefer our basic error-handling system because it allows you to map individual exception types to different handlers.
On the other hand, I do like Whoops' PrettyPageHandler, so I have adapted it as the WhoopsRenderer in our new Renderer system in v4.1. It looks great!
Seems like a pretty popular library, and would be one less thing we need to maintain:
https://github.com/filp/whoops
The text was updated successfully, but these errors were encountered: