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

commonMain.io.ks3.standard.EnumDecodingException.kt Maven / Gradle / Ivy

The newest version!
package io.ks3.standard

import kotlinx.serialization.SerializationException

class EnumDecodingException(message: String? = null, cause: Throwable? = null) : SerializationException(message, cause)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy