Exception: HighLine::CustomErrors::ExplainableError
- Defined in:
- lib/highline/custom_errors.rb
Overview
An error that responds to :explanation_key
Direct Known Subclasses
NoAutoCompleteMatch, NoConfirmationQuestionError, NotInRangeQuestionError, NotValidQuestionError, QuestionError
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.
12 13 14 |
# File 'lib/highline/custom_errors.rb', line 12 def explanation_key nil end |