com.github.twitch4j.common.exception.NotFoundException Maven / Gradle / Ivy
package com.github.twitch4j.common.exception;
import org.apache.commons.lang3.exception.ContextedRuntimeException;
/**
* API Error: Not Found
*/
public class NotFoundException extends ContextedRuntimeException {
}