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