NotPolicyException constructor

NotPolicyException({
  1. String? message,
})

Implementation

NotPolicyException({
  this.message,
});