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

com.github.tomato.exception.NotWebEnvException Maven / Gradle / Ivy

There is a newer version: 1.0.11-RELEASE
Show newest version
package com.github.tomato.exception;

/**
 * @author liuxin
 * 2023/2/1 16:59
 */
public class NotWebEnvException extends RuntimeException{

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy