org.iris_events.asyncapi.IrisAnnotationRuntimeException Maven / Gradle / Ivy
package org.iris_events.asyncapi;
public class IrisAnnotationRuntimeException extends RuntimeException {
public IrisAnnotationRuntimeException(String message) {
super(message);
}
}