commonMain.com.toxicbakery.logging.LoggingException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of arbor Show documentation
Show all versions of arbor Show documentation
Like Timber, just different.
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