class ElasticAPM::Error::Exception

def inspect

def inspect
  '<ElasticAPM::Error::Exception' \
    " type:#{type}" \
    " message:#{message}" \
    '>'
end