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

io.github.nazarovctrl.paymemerchantapi.exp.PaymeException Maven / Gradle / Ivy

package io.github.nazarovctrl.paymemerchantapi.exp;

public abstract class PaymeException extends RuntimeException {
    public PaymeException(String message) {
        super(message);
    }

    public abstract Integer getCode();

    public abstract String getData();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy