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

third_party_error.rb « activity_pub « services « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 473a67984a45c0de19892b96eccca3d1882fa775 (plain)
1
2
3
4
5
# frozen_string_literal: true

module ActivityPub
  ThirdPartyError = Class.new(StandardError)
end