class HighLine::CustomErrors::ExplainableError

An error that responds to :explanation_key

def explanation_key

Returns:
  • (nil, Symbol) - explanation key to get the
def explanation_key
  nil
end