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

io.swagger.parser.SwaggerException Maven / Gradle / Ivy

There is a newer version: 1.0.71
Show newest version
package io.swagger.parser;

public class SwaggerException extends RuntimeException {
    public SwaggerException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy