InvalidHandshakeTransitionException constructor
Implementation
InvalidHandshakeTransitionException({String? type, String? message})
: super(
type: type,
code: 'InvalidHandshakeTransitionException',
message: message);