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

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

package io.github.nazarovctrl.paymemerchantapi.exp;

public class WrongAmount extends PaymeException {
    public WrongAmount() {
        super("Wrong amount");
    }

    @Override
    public Integer getCode() {
        return -31001;
    }

    @Override
    public String getData() {
        return "amount";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy