🐛 Bug fixes
This commit is contained in:
@ -82,7 +82,7 @@ class AttachmentProvider extends GetConnect {
|
||||
}),
|
||||
);
|
||||
if (resp.statusCode != 200) {
|
||||
throw Exception(resp.bodyString);
|
||||
throw Exception('${resp.statusCode}: ${resp.bodyString}');
|
||||
}
|
||||
|
||||
return resp;
|
||||
|
Reference in New Issue
Block a user