summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/github/error.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/github/error.rb b/lib/github/error.rb
index dfca3a18f9c..66d7afaa787 100644
--- a/lib/github/error.rb
+++ b/lib/github/error.rb
@@ -1,4 +1,3 @@
module Github
- Error = Class.new(StandardError)
- RepositoryFetchError = Class.new(Github::Error)
+ RepositoryFetchError = Class.new(StandardError)
end