summaryrefslogtreecommitdiff
path: root/lib/github/error.rb
blob: 66d7afaa787ee980c5836471c07cbdabded540ab (plain)
1
2
3
module Github
  RepositoryFetchError = Class.new(StandardError)
end