zfcampus / zf-console

Create console applications in PHP
BSD 3-Clause "New" or "Revised" License
64 stars 25 forks source link

Better error handling #4

Closed slaff closed 10 years ago

slaff commented 10 years ago

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 10 years ago

I am working on it.