com.atatctech.hephaestus.exception.HephaestusRuntimeException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hephaestus Show documentation
Show all versions of hephaestus Show documentation
The most suitable text language for documentation. Native support for Markdown and HTML.
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