me.redtea.carcadex.data.repo.builder.exception.NotConfiguredException Maven / Gradle / Ivy
package me.redtea.carcadex.data.repo.builder.exception;
public class NotConfiguredException extends RuntimeException {
public NotConfiguredException(String msg) {
super(msg);
}
}