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