Exception: Hiq::WordsCompositionError
- Inherits:
-
WordLengthError
- Object
- StandardError
- WordLengthError
- Hiq::WordsCompositionError
- Defined in:
- lib/hiq/exceptions.rb
Overview
Exception for when word composition is unattainable
Instance Method Summary collapse
Instance Method Details
#failure_message ⇒ Object
24 25 26 |
# File 'lib/hiq/exceptions.rb', line 24 def 'The words provided cannot meet the haiku composition requirement due to their length' end |