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