Exception: HighLine::CustomErrors::NoAutoCompleteMatch
- Inherits:
-
ExplainableError
- Object
- StandardError
- ExplainableError
- HighLine::CustomErrors::NoAutoCompleteMatch
- Defined in:
- lib/highline/custom_errors.rb
Overview
Unavailable auto complete 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.
52 53 54 |
# File 'lib/highline/custom_errors.rb', line 52 def explanation_key :no_completion end |