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

com.braintreegateway.exceptions.ConfigurationException Maven / Gradle / Ivy

The newest version!
package com.braintreegateway.exceptions;

public class ConfigurationException extends BraintreeException {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy