Base64DecodingException

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

Constructors

Link copied to clipboard
fun Base64DecodingException(message: String? = null, cause: Throwable? = null)