Exception: Pastee::Errors::TooManyRequestsError
- Inherits:
-
StandardError
- Object
- StandardError
- Pastee::Errors::TooManyRequestsError
- Defined in:
- lib/pastee/errors.rb
Overview
Error for error code 429.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
42 43 44 |
# File 'lib/pastee/errors.rb', line 42 def 'Error code 429: Too many pastes have been submitted with the given API key.' end |