summaryrefslogtreecommitdiff
path: root/lib/github/error.rb
blob: 41cd4c67847fa89661b42bbfa0eb7240db1926fe (plain)
1
2
3
4
5
6
module Github
  class Error < StandardError
  end

  class RepositoryFetchError < Error; end
end