handleException method

void handleException(
  1. JsError error
)

Implementation

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