gitlab-org--gitlab-foss/lib/github/error.rb
2017-04-24 23:41:36 -03:00

4 lines
103 B
Ruby

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