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

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

The newest version!
/*
 * Copyright 2022 https://github.com/openapi-processor/openapi-processor-micronaut
 * PDX-License-Identifier: Apache-2.0
 */

package io.openapiprocessor.micronaut.processor

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy