Remove the Github::Error base class

parent 7df974c4
module Github
Error = Class.new(StandardError)
RepositoryFetchError = Class.new(Github::Error)
RepositoryFetchError = Class.new(StandardError)
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment