tech.relaycorp.relaynet.RelaynetException.kt Maven / Gradle / Ivy
package tech.relaycorp.relaynet
/**
* Base class for all exceptions in this library
*/
abstract class RelaynetException(message: String, cause: Throwable?) : Exception(message, cause)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy