summaryrefslogtreecommitdiff
path: root/pygerrit/error.py
blob: d52eb6cc0d90186fc3a00a3effcb402511d1d7d1 (plain)
1
2
3
4
5
6
7
8
""" Error classes. """


class GerritError(Exception):

    """ Raised when something goes wrong in Gerrit handling. """

    pass