com.github.charlemaznable.bunny.client.ohclient.BunnyOhClientException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bunny-client Show documentation
Show all versions of bunny-client Show documentation
Bunny rabbits will skip hand-in-hand with baby lambs across sunny green meadows.
package com.github.charlemaznable.bunny.client.ohclient;
public final class BunnyOhClientException extends RuntimeException {
private static final long serialVersionUID = -9041493912358216019L;
public BunnyOhClientException(String msg) {
super(msg);
}
}