Remove the Github::Error base class
This commit is contained in:
parent
7df974c433
commit
2f934ce22f
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
module Github
|
||||
Error = Class.new(StandardError)
|
||||
RepositoryFetchError = Class.new(Github::Error)
|
||||
RepositoryFetchError = Class.new(StandardError)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue