io.thundra.swark.common.exception.RateLimitExceededException Maven / Gradle / Ivy
package io.thundra.swark.common.exception;
/**
* @author serkan
*/
public class RateLimitExceededException extends RuntimeException {
public RateLimitExceededException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy