ThrottlingException constructor

ThrottlingException({
  1. String? message,
})

Implementation

ThrottlingException({
  this.message,
});