Exception: HighLine::CustomErrors::QuestionError

Inherits:
ExplainableError show all
Defined in:
lib/highline/custom_errors.rb

Overview

Bare Question error

Instance Method Summary collapse

Instance Method Details

#explanation_keynil, Symbol

Explanation key as Symbol or nil. Used to select the proper error message to be displayed.

Returns:

  • (nil, Symbol)

    explanation key to get the proper error message.



20
21
22
# File 'lib/highline/custom_errors.rb', line 20

def explanation_key
  nil
end