ApiFailureException constructor

ApiFailureException(
  1. ApiFailureReason reason,
  2. String? message
)

Implementation

ApiFailureException(this.reason, this.message);