EthersException constructor

EthersException(
  1. String code,
  2. String reason,
  3. Map<String, dynamic> rawError
)

Implementation

EthersException(this.code, this.reason, this.rawError);