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
{{ message }}
This repository was archived by the owner on Sep 18, 2019. It is now read-only.
I'm a novice in Hapi.js, does anyone knows how to handle unexpected exceptions in request lifecycle?
In other frameworks(e.g. Koa.js), that will be a default error handler for unhandled exceptions and return 500 errors back to clients.
Just wondering to know if hapi.js support this kind of mechanism ?