io.ryos.rhino.sdk.exceptions.ScenarioNotFoundException Maven / Gradle / Ivy
package io.ryos.rhino.sdk.exceptions;
public class ScenarioNotFoundException extends RuntimeException {
public ScenarioNotFoundException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy