Exception: Hiq::WordsCompositionError

Inherits:
WordLengthError show all
Defined in:
lib/hiq/exceptions.rb

Overview

Exception for when word composition is unattainable

Instance Method Summary collapse

Instance Method Details

#failure_messageObject



24
25
26
# File 'lib/hiq/exceptions.rb', line 24

def failure_message
  'The words provided cannot meet the haiku composition requirement due to their length'
end