InvalidRuleContentSha256Exception constructor

InvalidRuleContentSha256Exception({
  1. String? type,
  2. String? message,
})

Implementation

InvalidRuleContentSha256Exception({String? type, String? message})
    : super(
          type: type,
          code: 'InvalidRuleContentSha256Exception',
          message: message);