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

io.openapiprocessor.spring.processor.ProcessingException.kt Maven / Gradle / Ivy

/*
 * Copyright 2022 https://github.com/openapi-processor/openapi-processor-spring
 * PDX-License-Identifier: Apache-2.0
 */

package io.openapiprocessor.spring.processor

class ProcessingException(ex: Exception): RuntimeException(ex) {

    override val message: String
        get() = "failed to run openapi-processor-spring!"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy