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.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/github/error.rb b/lib/github/error.rb
new file mode 100644
index 00000000000..41cd4c67847
--- /dev/null
+++ b/lib/github/error.rb
@@ -0,0 +1,6 @@
+module Github
+ class Error < StandardError
+ end
+
+ class RepositoryFetchError < Error; end
+end