All Downloads are FREE. Search and download functionalities are using the official Maven repository.

retrofit2.adapter.rxjava.HttpException Maven / Gradle / Ivy

There is a newer version: 2.11.0
Show newest version
package retrofit2.adapter.rxjava;

import retrofit2.Response;

/** @deprecated Use {@link retrofit2.HttpException}. */
@Deprecated
public final class HttpException extends retrofit2.HttpException {
  public HttpException(Response response) {
    super(response);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy