FExceptionNativeExceptionWrapper constructor

FExceptionNativeExceptionWrapper(
  1. Exception nativeException
)

Implementation

FExceptionNativeExceptionWrapper(this.nativeException)
    : super(nativeException.toString());