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

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);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy