com.technophobia.substeps.model.exception.SubstepsRuntimeException Maven / Gradle / Ivy
package com.technophobia.substeps.model.exception;
public class SubstepsRuntimeException extends SubstepsException {
private static final long serialVersionUID = 4050361783327727693L;
public SubstepsRuntimeException(final String msg) {
super(msg);
}
}