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

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 {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy