![JAR search and dependency download from the Maven repository](/logo.png)
com.github.charlemaznable.bunny.client.eventbus.BunnyEventBusException Maven / Gradle / Ivy
package com.github.charlemaznable.bunny.client.eventbus;
public final class BunnyEventBusException extends RuntimeException {
private static final long serialVersionUID = -2255319981621410586L;
public BunnyEventBusException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy