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