checkException static method
Implementation
static void checkException(
Pointer<Pointer<Void>> exception, DllHandler handler) {
if (exception.value.address != 0) {
throw WebFrameworkException(exception, handler);
}
}
static void checkException(
Pointer<Pointer<Void>> exception, DllHandler handler) {
if (exception.value.address != 0) {
throw WebFrameworkException(exception, handler);
}
}