BaseException constructor
BaseException([
- int? code,
- String? message,
- ResponseErrorType? responseErrorType
Implementation
BaseException([this.code, this.message,this.responseErrorType]);