ServerpodClientUnknownHttpException constructor
Creates an Unknown Http Exception from the response data and the
statusCode the server responded with.
Implementation
ServerpodClientUnknownHttpException(String data, int statusCode)
: super('Unknown error, data: $data', statusCode);