Method get_active_error_handler()
- Method
get_active_error_handler
CompilationHandler
get_active_error_handler()- Description
Returns the currently active compilation error handler (second argument to compile()), or 0 (zero) if none is active.
- Note
This function should only be used during a call of compile().
- See also
get_active_compilation_handler(), compile(), CompilationHandler