gitlab-org--gitlab-foss/lib/github/error.rb

4 lines
68 B
Ruby

module Github
RepositoryFetchError = Class.new(StandardError)
end