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

io.github.wycst.wast.common.exceptions.InitialException Maven / Gradle / Ivy

package io.github.wycst.wast.common.exceptions;

@SuppressWarnings({"serial"})
public class InitialException extends RuntimeException {

    public InitialException(String arg0) {
        super(arg0);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy