Exception: GithubListerCore::TooManyRequests
- Inherits:
-
StandardError
- Object
- StandardError
- GithubListerCore::TooManyRequests
- Defined in:
- lib/github-lister-core/errors.rb
Overview
Github rate limited us!
Instance Method Summary collapse
-
#initialize(msg = 'Too Many Requests') ⇒ TooManyRequests
constructor
A new instance of TooManyRequests.
Constructor Details
#initialize(msg = 'Too Many Requests') ⇒ TooManyRequests
Returns a new instance of TooManyRequests.
45 46 47 |
# File 'lib/github-lister-core/errors.rb', line 45 def initialize(msg = 'Too Many Requests') super end |