SDKException constructor

SDKException(
  1. SDKError error, {
  2. Object? underlyingError,
})

Implementation

SDKException(this.error, {this.underlyingError});