class ViewModel::DeserializationError::Internal

There has been an unexpected internal failure of the ViewModel library.

def initialize(detail, nodes = [])

def initialize(detail, nodes = [])
  @detail = detail
  super(nodes)
end