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

commonMain.events.SubscriptionException.kt Maven / Gradle / Ivy

package events

class SubscriptionException(message: String, cause: ClassCastException) : RuntimeException(message, cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy