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