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

net.diversionmc.async.PromiseException Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package net.diversionmc.async;

public class PromiseException extends RuntimeException {
    public PromiseException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy