Exception: Hiq::TooManyWordsError
- Inherits:
-
StandardError
- Object
- StandardError
- Hiq::TooManyWordsError
- Defined in:
- lib/hiq/exceptions.rb
Overview
limiting number of words to 3
Instance Method Summary collapse
Instance Method Details
#failure_message ⇒ Object
10 11 12 |
# File 'lib/hiq/exceptions.rb', line 10 def 'The API is currently limited to 3 words' end |