class ViewModel::SerializationError

def initialize(detail)

def initialize(detail)
  @detail = detail
  super()
end