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