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

error.rb « github « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66d7afaa787ee980c5836471c07cbdabded540ab (plain)
1
2
3
module Github
  RepositoryFetchError = Class.new(StandardError)
end