Skip to content

Commit c6dce47

Browse files
committed
fix typo
1 parent 6f5a872 commit c6dce47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/flutter/lib/client.dart.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class Client {
124124
}
125125
} on DioError catch(e) {
126126
if(e.response == null) {
127-
throw {{spec.title | caseUcfirst}}AppwriteException(e.message);
127+
throw {{spec.title | caseUcfirst}}Exception(e.message);
128128
}
129129
throw {{spec.title | caseUcfirst}}Exception(e.response.data['message'],e.response.data['code'], e.response.data);
130130
} catch(e) {

0 commit comments

Comments
 (0)