InvalidScopeException constructor

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

Implementation

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