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 355e500 commit 3282a83Copy full SHA for 3282a83
templates/dart/tests/method.mustache
@@ -13,6 +13,6 @@ try {
13
{{/match.isPrimitive}}
14
{{/testResponse}}
15
print('successfully indexed records!');
16
-} on InterceptionException catch (_) {
17
- // Ignore InterceptionException
+} catch(e) {
+ print('Error: $e');
18
}
0 commit comments