🐛 Bug fixes

This commit is contained in:
2024-06-02 23:17:15 +08:00
parent a8edd26ba2
commit 9287e3fc90
4 changed files with 43 additions and 9 deletions

View File

@ -82,7 +82,7 @@ class AttachmentProvider extends GetConnect {
}),
);
if (resp.statusCode != 200) {
throw Exception(resp.bodyString);
throw Exception('${resp.statusCode}: ${resp.bodyString}');
}
return resp;