Exception: Hashblue::API::RateLimitError
- Defined in:
- lib/hashblue/api/error.rb
Overview
Raised when a subscriber has reached the limit of messages they can send.
Instance Method Summary collapse
Methods inherited from Error
from_response, #initialize, status, #status, #to_json, #to_s
Constructor Details
This class inherits a constructor from Hashblue::API::Error
Instance Method Details
#message ⇒ Object
64 65 66 |
# File 'lib/hashblue/api/error.rb', line 64 def @response end |