PolicyErrorException constructor

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

Implementation

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