ThirdPartyWalletException constructor

ThirdPartyWalletException(
  1. String message, [
  2. dynamic error,
  3. dynamic stackTrace
])

Implementation

ThirdPartyWalletException(this.message, [this.error, this.stackTrace])
  : super();