com.instamojo.wrapper.exception.InvalidClientException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of instamojo-java Show documentation
Show all versions of instamojo-java Show documentation
Instamojo Payments Java Wrapper
The newest version!
package com.instamojo.wrapper.exception;
public class InvalidClientException extends RuntimeException {
public InvalidClientException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy