1 2 3 4
} catch (Throwable e) { operationFailure = new {{ exception_class }}("FFI call failed", e); throw operationFailure; } finally {