handleException method
Implementation
@VoltronMethod(kHandleExceptionModule)
bool handleException(
String title, String details, int exceptionId, JSPromise promise) {
context.handleException(JsError(title, details));
return false;
}
@VoltronMethod(kHandleExceptionModule)
bool handleException(
String title, String details, int exceptionId, JSPromise promise) {
context.handleException(JsError(title, details));
return false;
}