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 43a75f2 commit e4982f0Copy full SHA for e4982f0
lib/api/exception.dart
@@ -91,7 +91,7 @@ class NetworkException extends ApiRequestException {
91
/// This should always represent either some kind of operational issue
92
/// on the server, or a bug in the server where its responses don't
93
/// agree with the documented API.
94
-abstract class ServerException extends ApiRequestException {
+sealed class ServerException extends ApiRequestException {
95
final int httpStatus;
96
97
/// The response body, decoded as a JSON object.
0 commit comments