menu
dart_libp2p package
documentation
p2p/protocol/stomp/stomp_exceptions.dart
StompAckException
StompAckException.new const constructor
StompAckException.new const constructor
dark_mode
light_mode
StompAckException
constructor
const
StompAckException
(
String
message
, [
String
?
messageId
,
Object
?
cause
])
Implementation
const StompAckException(super.message, [this.messageId, super.cause]);
dart_libp2p package
documentation
p2p/protocol/stomp/stomp_exceptions
StompAckException
StompAckException.new const constructor
StompAckException class