Welcome to mirror list, hosted at ThFree Co, Russian Federation.

error_event_serializer.rb « error_tracking « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc4eae1636822adba358caaf1318709d2b1a24fd (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module ErrorTracking
  class ErrorEventSerializer < BaseSerializer
    entity ErrorEventEntity
  end
end