You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throw HttpException instead of String in http impl
This was noted in the flutter_tool crash reports, see flutter/flutter#38902, since we only catch specific exception types this ended up as an uncaught exception.
I think the HttpException class seems reasonably appropriate for this class of error.
Change-Id: I88801dfe558f5edb781513b0eb82f1544b980e89
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113962
Reviewed-by: Zach Anderson <[email protected]>
Commit-Queue: Zach Anderson <[email protected]>
0 commit comments