Exception: Hiq::TooManyWordsError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/hiq/exceptions.rb

Overview

limiting number of words to 3

Instance Method Summary collapse

Instance Method Details

#failure_messageObject



10
11
12
# File 'lib/hiq/exceptions.rb', line 10

def failure_message
  'The API is currently limited to 3 words'
end