io.naraway.janitor.exception.EventHandlingException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of janitor-lib Show documentation
Show all versions of janitor-lib Show documentation
Basic and shared domain model components used when developing drama on Nara Way.
The newest version!
package io.naraway.janitor.exception;
public class EventHandlingException extends RuntimeException {
//
public EventHandlingException(String message) {
//
super(message);
}
}