Skip to content

Commit c191cf5

Browse files
committed
fix: FunctionException implements Exception
1 parent 23ffc0e commit c191cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/functions_client/lib/src/types.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class FunctionResponse {
2626
});
2727
}
2828

29-
class FunctionException {
29+
class FunctionException implements Exception {
3030
final int status;
3131
final dynamic details;
3232
final String? reasonPhrase;

0 commit comments

Comments
 (0)