gitlab-org--gitlab-foss/lib/github/error.rb
2017-04-24 20:28:06 -03:00

6 lines
97 B
Ruby

module Github
class Error < StandardError
end
class RepositoryFetchError < Error; end
end