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

com.mercadopago.exceptions.MPRestException Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package com.mercadopago.exceptions;

/**
 * Mercado Pago SDK
 * Mercado Pago MPRest Exception Class
 *
 * Created by Eduardo Paoletta on 11/11/16.
 */
public class MPRestException extends MPException {

    public MPRestException(String message) {
        super(message);
    }

    public MPRestException(Throwable cause) {
        super(cause);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy