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 23ffc0e commit 79edb81Copy full SHA for 79edb81
packages/functions_client/lib/src/types.dart
@@ -26,7 +26,7 @@ class FunctionResponse {
26
});
27
}
28
29
-class FunctionException {
+class FunctionException implements Exception {
30
final int status;
31
final dynamic details;
32
final String? reasonPhrase;
0 commit comments