tech.relaycorp.relaynet.crypto.SignedDataException.kt Maven / Gradle / Ivy
package tech.relaycorp.relaynet.crypto
import tech.relaycorp.relaynet.RelaynetException
class SignedDataException(message: String, cause: Throwable? = null) :
RelaynetException(message, cause)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy