com.braintreegateway.exceptions.RequestTimeoutException Maven / Gradle / Ivy
package com.braintreegateway.exceptions;
public class RequestTimeoutException extends BraintreeException {
private static final long serialVersionUID = 1L;
public RequestTimeoutException() {
super();
}
}