lib/elastic_apm/internal_error.rb



# frozen_string_literal: true

module ElasticAPM
  class InternalError < StandardError; end
end