ApiResponseException constructor
Thrown to cause a different response than what the end-point would normally return.
Implementation
ApiResponseException({
required this.status,
required this.code,
required this.message,
});
Thrown to cause a different response than what the end-point would normally return.
ApiResponseException({
required this.status,
required this.code,
required this.message,
});