All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy