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

com.ghp.request.exception.RequestLimitException Maven / Gradle / Ivy

package com.ghp.request.exception;

/**
 * @author ghp
 * @title 请求限制异常
 * @description
 */
public class RequestLimitException extends RuntimeException {

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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy