class HighLine::CustomErrors::NotInRangeQuestionError

Out of Range Question error

Public Instance Methods

explanation_key() click to toggle source

(see HighLine::CustomErrors::ExplainableError#explanation_key)

# File lib/highline/custom_errors.rb, line 35
def explanation_key
  :not_in_range
end