class Avmtrf1::Tools::Msgraph::Error

def initialize(data)

def initialize(data)
  @data = data
  super(data.pretty_inspect)
end