toggle menu
pulvreakt
0.10.1-dev0q+0606a4a6dd
common
switch theme
search in API
core
/
it.unibo.pulvreakt.errors.protocol
/
ProtocolError
/
ProtocolException
Protocol
Exception
data
class
ProtocolException
(
val
exception
:
Throwable
)
:
ProtocolError
Wrap the
exception
raised by the Protocol in a
ProtocolError
.
Members
Constructors
Protocol
Exception
Link copied to clipboard
constructor
(
exception
:
Throwable
)
Properties
exception
Link copied to clipboard
val
exception
:
Throwable