Exception: Spaceship::ConnectAPI::APIClient::TooManyRequestsError
- Inherits:
-
StandardError
- Object
- Exception
- StandardError
- Spaceship::ConnectAPI::APIClient::TooManyRequestsError
- Defined in:
- spaceship/lib/spaceship/connect_api/api_client.rb
Client Init collapse
-
#initialize(msg) ⇒ TooManyRequestsError
constructor
A new instance of TooManyRequestsError.
Methods inherited from StandardError
Methods inherited from Exception
#fastlane_should_report_metrics?
Constructor Details
#initialize(msg) ⇒ TooManyRequestsError
Returns a new instance of TooManyRequestsError.
161 162 163 |
# File 'spaceship/lib/spaceship/connect_api/api_client.rb', line 161 def initialize(msg) super end |