FExceptionNativeErrorWrapper constructor

FExceptionNativeErrorWrapper(
  1. Error nativeError
)

Implementation

FExceptionNativeErrorWrapper(this.nativeError)
    : super(nativeError.toString());