Better error handling
slaff opened this issue · 1 comments
slaff commented
What I am missing is good default error handler that prints information based on a template set in the configuration. Something similar to:
======================================================================
The application has thrown an exception!
======================================================================
:className
:message
when not in debug mode and the full exception stack trace when in debug mode.
slaff commented
I am working on it.