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

io.github.ingrowthly.noduplicate.exception.DuplicateSubmitException Maven / Gradle / Ivy

The newest version!
package io.github.ingrowthly.noduplicate.exception;

/**
 * 重复提交异常
 *
 * @author ingrowthly
 * @since 2023/4/3
 */
public class DuplicateSubmitException extends RuntimeException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy