tech.relaycorp.relaynet.ramf.RAMFException.kt Maven / Gradle / Ivy
package tech.relaycorp.relaynet.ramf
import tech.relaycorp.relaynet.RelaynetException
/**
* RAMF-related issue.
*/
open class RAMFException(message: String, cause: Throwable? = null) :
RelaynetException(message, cause)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy