Searched defs:registerErrorHandler (Results 1 – 3 of 3) sorted by relevance
128 static void registerErrorHandler(errorfn_t handler) { errorHandler = handler; } in registerErrorHandler() function
632 def registerErrorHandler(f, ctx): function