Exception: HighLine::CustomErrors::NotInRangeQuestionError
- Inherits:
-
ExplainableError
- Object
- StandardError
- ExplainableError
- HighLine::CustomErrors::NotInRangeQuestionError
- Defined in:
- lib/highline/custom_errors.rb
Overview
Out of Range Question error
Instance Method Summary collapse
-
#explanation_key ⇒ nil, Symbol
Explanation key as Symbol or nil.
Instance Method Details
#explanation_key ⇒ nil, Symbol
Explanation key as Symbol or nil. Used to select the proper error message to be displayed.
36 37 38 |
# File 'lib/highline/custom_errors.rb', line 36 def explanation_key :not_in_range end |