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

com.recurly.v3.RecurlyException Maven / Gradle / Ivy

There is a newer version: 4.58.0
Show newest version
package com.recurly.v3;

public class RecurlyException extends RuntimeException {

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

  public RecurlyException(Throwable cause) {
    super(cause);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy