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

io.github.biezhi.webp.WebpIOException Maven / Gradle / Ivy

package io.github.biezhi.webp;

/**
 * Webp runtime exception
 *
 * @author biezhi
 * @date 2017/10/2
 */
public class WebpIOException extends RuntimeException {

    public WebpIOException(String message) {
        super(message);
    }

    public WebpIOException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy