Exception: HighLine::CustomErrors::NotValidQuestionError
- Inherits:
-
ExplainableError
- Object
- StandardError
- ExplainableError
- HighLine::CustomErrors::NotValidQuestionError
- Defined in:
- lib/highline/custom_errors.rb
Overview
Invalid 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.
28 29 30 |
# File 'lib/highline/custom_errors.rb', line 28 def explanation_key :not_valid end |