DependencyThrottleException constructor

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

Implementation

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