io.github.palexdev.imcache.exceptions.TransformException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of imcache Show documentation
Show all versions of imcache Show documentation
A small library for downloading and caching images
package io.github.palexdev.imcache.exceptions;
public class TransformException extends RuntimeException {
//================================================================================
// Constructors
//================================================================================
public TransformException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy