getMessage(); } else { $message = "Unclean Exit - ezcExecution::cleanExit() was not called."; } echo "This application did not succesfully finish its request. " . "The reason was:\n$message\n\n"; } } ezcExecution::init( 'MyExecutionHandler' ); throw new Exception( "Throwing an exception that will not be caught." ); ezcExecution::cleanExit(); ?>