We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10f22b commit e2f43daCopy full SHA for e2f43da
templates/dart/lib/src/input_file.dart.twig
@@ -9,7 +9,7 @@ class InputFile {
9
@Deprecated('Use `InputFile.fromPath` or `InputFile.fromBytes` instead.')
10
InputFile({this.path, this.filename, this.contentType, this.bytes}) {
11
if (path == null && bytes == null) {
12
- throw AppwriteException('One of `path` or `bytes` is required');
+ throw {{ spec.title | caseUcfirst }}Exception('One of `path` or `bytes` is required');
13
}
14
15
0 commit comments