net.diversionmc.async.PromiseException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of promise Show documentation
Show all versions of promise Show documentation
Diversion Network async evaluation Promise API.
package net.diversionmc.async;
public class PromiseException extends RuntimeException {
public PromiseException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy