class SplitIoClient::Telemetry::MemoryEvaluationConsumer

def pop_exceptions

def pop_exceptions
  to_return = @adapter.exceptions.each_with_object({}) do |exception, memo|
    memo[exception[:method]] = exception[:exceptions].value
  end
  @adapter.init_exceptions
  to_return
end