summaryrefslogtreecommitdiff
path: root/pygerrit/error.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygerrit/error.py')
-rw-r--r--pygerrit/error.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pygerrit/error.py b/pygerrit/error.py
new file mode 100644
index 0000000..51ab039
--- /dev/null
+++ b/pygerrit/error.py
@@ -0,0 +1,5 @@
+""" Error classes. """
+
+
+class GerritError(Exception):
+ ''' Raised when something goes wrong in Gerrit handling. '''