class ViewModel::AbstractError

def detail

Human-readable reason for use displaying this error.
def detail
  'ViewModel::AbstractError'
end