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.
What I am missing is good default error handler that prints information based on a template set in the configuration. Something similar to:
when not in debug mode and the full exception stack trace when in debug mode.