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

ai.evolv.exceptions.AscendKeyError Maven / Gradle / Ivy

There is a newer version: 0.7.1
Show newest version
package ai.evolv.exceptions;

public class AscendKeyError extends Exception {
    public AscendKeyError(String errorMessage) {
        super(errorMessage);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy