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

5 lines
103 B
Ruby
Raw Normal View History

module Github
Error = Class.new(StandardError)
RepositoryFetchError = Class.new(Github::Error)
end