(Yaf >=1.0.0)
Switch on/off exception throwing
public Yaf_Dispatcher Yaf_Dispatcher::throwException ([ bool $flag ] )
Siwtch on/off exception throwing while unexpected error occurring. When this is on, Yaf will throwing exceptions instead of triggering catchable errors.
You can also use application.dispatcher.throwException to achieve the same purpose.
Parameters:
flag