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