
com.coditory.quark.context.ContextException Maven / Gradle / Ivy
package com.coditory.quark.context;
public final class ContextException extends RuntimeException {
public ContextException(String message) {
super(message);
}
public ContextException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy