TooManyRequestsException constructor

TooManyRequestsException([
  1. String message = 'Too many calls made to the Daemon'
])

Implementation

TooManyRequestsException([super.message = 'Too many calls made to the Daemon']);