![JAR search and dependency download from the Maven repository](/logo.png)
commonMain.com.harmony.kotlin.error.HarmonyException.kt Maven / Gradle / Ivy
package com.harmony.kotlin.error
/**
* Parent exception for all controlled Exceptions on Harmony and apps
*/
abstract class HarmonyException(message: String? = null, cause: Throwable? = null) : Exception(message, cause)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy