class ViewModel::AbstractError

def causes

If so, the causes of this error (as AbstractErrors)
def causes
  nil
end