pulvreakt
Toggle table of contents
0.10.1-dev16+864eaad844
common
Platform filter
common
Switch theme
Search in API
pulvreakt
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