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

commonMain.maryk.core.exceptions.SerializationException.kt Maven / Gradle / Ivy

package maryk.core.exceptions

/** Exception with [message] for when something is serialized in unexpected way */
class SerializationException(message: String) : Exception(message)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy