![JAR search and dependency download from the Maven repository](/logo.png)
net.anotheria.extensions.php.exceptions.PHPPluginBootstrapException Maven / Gradle / Ivy
The newest version!
package net.anotheria.extensions.php.exceptions;
/**
* Thrown on MoskitoPHP plugin initialization fail
*/
public class PHPPluginBootstrapException extends RuntimeException {
public PHPPluginBootstrapException(String message) {
super(message);
}
public PHPPluginBootstrapException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy