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