io.github.kiryu1223.drink.exception.NotCompiledException Maven / Gradle / Ivy
package io.github.kiryu1223.drink.exception;
public class NotCompiledException extends RuntimeException
{
public NotCompiledException()
{
super("Please clean and recompile the project");
}
}