DapiException constructor

DapiException(
  1. String errorType,
  2. String message
)

Implementation

DapiException(this.errorType, this.message) : super(message);