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

commonMain.com.toxicbakery.logging.LoggingException.kt Maven / Gradle / Ivy

There is a newer version: 1.40.86
Show newest version
package com.toxicbakery.logging

/**
 * A generic exception thrown when logging can not be performed.
 */
data class LoggingException(private val msg: String) : Exception(msg)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy