lift method

  1. @override
Exception lift(
  1. RustBuffer errorBuf
)
override

Implementation

@override
Exception lift(RustBuffer errorBuf) {
  errorBuf.free();
  return UniffiInternalError.panicked("Unexpected CALL_ERROR");
}