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