menu
ipfs_libp2p package
documentation
p2p/protocol/identify/identify_exceptions.dart
IdentifyException
IdentifyException.new constructor
IdentifyException.new constructor
dark_mode
light_mode
IdentifyException
constructor
IdentifyException
(
{
PeerId
?
peerId
,
required
String
message
,
Object
?
cause
,
})
Implementation
IdentifyException({ this.peerId, required this.message, this.cause, });
ipfs_libp2p package
documentation
p2p/protocol/identify/identify_exceptions
IdentifyException
IdentifyException.new constructor
IdentifyException class