Skip to content

Commit 3128ec1

Browse files
committed
merge cfug#311
1 parent ed4cee4 commit 3128ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package_src/lib/src/dio_error.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ enum DioErrorType {
2323
}
2424

2525
/// DioError describes the error info when request failed.
26-
class DioError extends Error implements Exception {
26+
class DioError implements Exception {
2727
DioError({
2828
this.request,
2929
this.response,

0 commit comments

Comments
 (0)