ProtocolException

data class ProtocolException(val exception: Throwable) : ProtocolError

Wrap the exception raised by the Protocol in a ProtocolError.

Constructors

Link copied to clipboard
constructor(exception: Throwable)

Properties

Link copied to clipboard