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

io.github.palexdev.imcache.exceptions.TransformException Maven / Gradle / Ivy

There is a newer version: 21.2.0
Show newest version
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