class HighLine::CustomErrors::ExplainableError
An error that responds to :explanation_key
Public Instance Methods
Source
# File lib/highline/custom_errors.rb, line 12 def explanation_key nil end
Explanation key as Symbol or nil. Used to select the proper error message to be displayed. @return [nil, Symbol] explanation key to get the
proper error message.