handleException method
Implementation
void handleException(JsError error) {
globalConfigs.exceptionHandlerAdapter?.handleJsException(error);
}
void handleException(JsError error) {
globalConfigs.exceptionHandlerAdapter?.handleJsException(error);
}