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

tech.relaycorp.relaynet.messages.InvalidMessageException.kt Maven / Gradle / Ivy

There is a newer version: 1.69.11
Show newest version
package tech.relaycorp.relaynet.messages

import tech.relaycorp.relaynet.RelaynetException

class InvalidMessageException(message: String, cause: Throwable? = null) :
    RelaynetException(message, cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy