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

com.github.mcheely.maven.requirejs.RhinoRunnerException Maven / Gradle / Ivy

package com.github.mcheely.maven.requirejs;

public class RhinoRunnerException extends RuntimeException {
    
    public RhinoRunnerException(String message) {
        super(message);
    }
    
    public RhinoRunnerException(String message, Throwable cause) {
        super(message, cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy