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

jp.co.cyberagent.aeromock.dsl.exception.AeromockBadGrammarException.groovy Maven / Gradle / Ivy

There is a newer version: 0.2.5
Show newest version
package jp.co.cyberagent.aeromock.dsl.exception

/**
 * Exception when syntax error of aeromock-dsl
 * @author stormcat24
 */
class AeromockBadGrammarException extends RuntimeException {

    /**
     * Constructor
     * @param message error message
     */
    AeromockBadGrammarException(String message) {
        super(message)
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy