Re: throw on live systems
Manuel Holtgrewe <[email protected]>
| Newsgroups | gmane.comp.lib.binarycloud.devel |
|---|---|
| Message-ID | <[email protected]> |
Daniel Bondurant schrieb: > 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. Oh, no there is not at the moment. I guess this should go into a ticket. Can you create one? Manuel