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

4 lines
68 B
Ruby
Raw Normal View History

module Github
2017-04-25 16:30:30 +00:00
RepositoryFetchError = Class.new(StandardError)
end