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