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