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

com.papsign.ktor.openapigen.exceptions.OpenAPIRequiredFieldException.kt Maven / Gradle / Ivy

package com.papsign.ktor.openapigen.exceptions

class OpenAPIRequiredFieldException (override val message: String) : Exception(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy