menu
dart_libp2p package
documentation
p2p/protocol/stomp/stomp_exceptions.dart
StompServerErrorException
StompServerErrorException.new const constructor
StompServerErrorException.new const constructor
dark_mode
light_mode
StompServerErrorException
constructor
const
StompServerErrorException
(
String
message
, [
String
?
receiptId
,
Map
<
String
,
String
>
?
headers
,
Object
?
cause
,
])
Implementation
const StompServerErrorException(super.message, [this.receiptId, this.headers, super.cause]);
dart_libp2p package
documentation
p2p/protocol/stomp/stomp_exceptions
StompServerErrorException
StompServerErrorException.new const constructor
StompServerErrorException class