Skip to content

Commit e420e10

Browse files
fix typo
1 parent e2f43da commit e420e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/dart/lib/src/input_file.dart.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class InputFile {
1515

1616
InputFile._({this.path, this.filename, this.contentType, this.bytes}) {
1717
if (path == null && bytes == null) {
18-
throw AppwriteException('One of `path` or `bytes` is required');
18+
throw {{ spec.title | caseUcfirst }}Exception('One of `path` or `bytes` is required');
1919
}
2020
}
2121

0 commit comments

Comments
 (0)