summaryrefslogtreecommitdiff
path: root/lib/github/error.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/github/error.rb')
-rw-r--r--lib/github/error.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/github/error.rb b/lib/github/error.rb
new file mode 100644
index 00000000000..66d7afaa787
--- /dev/null
+++ b/lib/github/error.rb
@@ -0,0 +1,3 @@
+module Github
+ RepositoryFetchError = Class.new(StandardError)
+end