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

com.atatctech.hephaestus.exception.HephaestusRuntimeException Maven / Gradle / Ivy

Go to download

The most suitable text language for documentation. Native support for Markdown and HTML.

There is a newer version: 1.0.4
Show newest version
package com.atatctech.hephaestus.exception;

public class HephaestusRuntimeException extends RuntimeException {
    public HephaestusRuntimeException() {}

    public HephaestusRuntimeException(String msg) {
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy