gitlab-org--gitlab-foss/lib/github/error.rb
2017-04-25 13:30:30 -03:00

3 lines
68 B
Ruby

module Github
RepositoryFetchError = Class.new(StandardError)
end