Remove the Github::Error base class

上级 7df974c4
module Github
Error = Class.new(StandardError)
RepositoryFetchError = Class.new(Github::Error)
RepositoryFetchError = Class.new(StandardError)
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册