RealtimeException

open class RealtimeException(message: String?, cause: Throwable?) : RuntimeException

The base class for all SDK exceptions

Constructors

RealtimeException
Link copied to clipboard
fun RealtimeException(message: String? = null, cause: Throwable? = null)

Functions

toString
Link copied to clipboard
open override fun toString(): String

Inheritors

RealtimeWebSocketException
Link copied to clipboard