ServerResponseException constructor
Creates a new ServerResponseException.
Implementation
ServerResponseException({
required super.message,
super.statusCode,
super.data,
});
Creates a new ServerResponseException.
ServerResponseException({
required super.message,
super.statusCode,
super.data,
});