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

com.ancientlightstudios.quarkus.kotlin.openapi.utils.ProbableBug.kt Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
package com.ancientlightstudios.quarkus.kotlin.openapi.utils

@Suppress("NOTHING_TO_INLINE", "FunctionName")
inline fun ProbableBug(): Nothing = throw IllegalStateException("Bug detected")

@Suppress("NOTHING_TO_INLINE", "FunctionName")
inline fun ProbableBug(reason: String): Nothing = throw IllegalStateException("Bug detected: $reason")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy