FExceptionNativeErrorWrapper constructor
FExceptionNativeErrorWrapper(
- Error nativeError
Implementation
FExceptionNativeErrorWrapper(this.nativeError)
: super(nativeError.toString());
FExceptionNativeErrorWrapper(this.nativeError)
: super(nativeError.toString());