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 e2f43da commit e420e10Copy full SHA for e420e10
templates/dart/lib/src/input_file.dart.twig
@@ -15,7 +15,7 @@ class InputFile {
15
16
InputFile._({this.path, this.filename, this.contentType, this.bytes}) {
17
if (path == null && bytes == null) {
18
- throw AppwriteException('One of `path` or `bytes` is required');
+ throw {{ spec.title | caseUcfirst }}Exception('One of `path` or `bytes` is required');
19
}
20
21
0 commit comments