class ViewModel::DeserializationError::UnknownView

def initialize(type)

def initialize(type)
  @type = type
  super([])
end