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

cl.transbank.pos.exceptions.TransbankPortNotConfiguredException Maven / Gradle / Ivy

package cl.transbank.pos.exceptions;

public class TransbankPortNotConfiguredException extends TransbankException {
    public TransbankPortNotConfiguredException(String s) {
        super(s);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy