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

games.august.counter.service.model.FlushFailureException.kt Maven / Gradle / Ivy

package games.august.counter.service.model

class FlushFailureException(
    override val cause: Throwable?,
    message: String,
) : RuntimeException(message)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy