class ViewModel::AbstractError

def title

Human-readable title for displaying this error
def title
  nil
end