I'm wondering if there is a way to hide the stack trace in an Exception in PHP. I'm running a Zend Amf Server under ZF and would like to handle the faults on the front-end but showing the stack trace (faultDetail) isn't something I want to come across the line.
My next step is to over ride these faults and send my own object back, but I would rather over ride an Exception to just not show the trace.