mergeDioException<T> static method

ExtendedResponse<T> mergeDioException<T>(
  1. DioException exception
)

Implementation

static ExtendedResponse<T> mergeDioException<T>(DioException exception) =>
    ExtendedResponse(
        type: exception.type,
        exception: exception,
        requestOptions: exception.requestOptions);