com.github.guang19.leaf.server.exception.LeafServerException Maven / Gradle / Ivy
The newest version!
package com.github.guang19.leaf.server.exception;
public class LeafServerException extends RuntimeException
{
public LeafServerException(String msg)
{
super(msg);
}
}