BaseException constructor

BaseException([
  1. int? code,
  2. String? message,
  3. ResponseErrorType? responseErrorType
])

Implementation

BaseException([this.code, this.message,this.responseErrorType]);