throw on live systems
Daniel Bondurant <[email protected]>
| Newsgroups | gmane.comp.lib.binarycloud.devel |
|---|---|
| Message-ID | <1109268489.16466.13.camel@defiance> |
Is there a graceful way to use throw() on production systems? ie: show a nice formated "sorry an error occurred" page instead of all the debug info. Then let logger do it's thing in the background to notify admins. since throw() is a global function there is no way to extend it or overwrite it.