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

tech.relaycorp.relaynet.RelaynetException.kt Maven / Gradle / Ivy

There is a newer version: 1.69.11
Show newest version
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