zfcampus/zf-console

Better error handling

slaff opened this issue · 1 comments

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.

I am working on it.