mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
update dependencies.
This commit is contained in:
@@ -14,7 +14,7 @@ import 'cookie_jar.dart';
|
||||
class CloudflareException implements DioException {
|
||||
final String url;
|
||||
|
||||
const CloudflareException(this.url);
|
||||
CloudflareException(this.url);
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
@@ -55,6 +55,9 @@ class CloudflareException implements DioException {
|
||||
|
||||
@override
|
||||
DioExceptionType get type => DioExceptionType.badResponse;
|
||||
|
||||
@override
|
||||
DioExceptionReadableStringBuilder? stringBuilder;
|
||||
}
|
||||
|
||||
class CloudflareInterceptor extends Interceptor {
|
||||
|
Reference in New Issue
Block a user