Exception: HighLine::CustomErrors::NoConfirmationQuestionError
- Inherits:
-
ExplainableError
- Object
- StandardError
- ExplainableError
- HighLine::CustomErrors::NoConfirmationQuestionError
- Defined in:
- lib/highline/custom_errors.rb
Overview
Unconfirmed 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.
44 45 46 |
# File 'lib/highline/custom_errors.rb', line 44 def explanation_key nil end |