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

io.voucherify.client.error.VoucherifyErrorHandler Maven / Gradle / Ivy

package io.voucherify.client.error;

import retrofit.RetrofitError;

public class VoucherifyErrorHandler implements retrofit.ErrorHandler {

  @Override
  public Throwable handleError(RetrofitError cause) {
    return VoucherifyError.from(cause);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy