Skip to content

Commit 65b5cce

Browse files
committed
Update helpers.dart
1 parent ff10392 commit 65b5cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class RequestCounterInterceptor extends Interceptor {
105105
}
106106

107107
@override
108-
void onError(DioError err, ErrorInterceptorHandler handler) {
108+
void onError(DioException err, ErrorInterceptorHandler handler) {
109109
handler.next(err);
110110
}
111111

0 commit comments

Comments
 (0)