summaryrefslogtreecommitdiff
path: root/gitlab/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/exceptions.py')
-rw-r--r--gitlab/exceptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/exceptions.py b/gitlab/exceptions.py
index c08166e..c6df71c 100644
--- a/gitlab/exceptions.py
+++ b/gitlab/exceptions.py
@@ -15,6 +15,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
class GitlabError(Exception):
def __init__(self, error_message="", response_code=None,
response_body=None):