summaryrefslogtreecommitdiffhomepage
path: root/gbp/errors.py
blob: be92b99f09bc249ed4edf4f4e1e12da7d405e943 (plain)
1
2
3
4
5
6
7
8
9
10
# vim: set fileencoding=utf-8 :
#
# (C) 2006,2007 Guido Guenther <agx@sigxcpu.org>
"""Thinks common to all gbp commands"""

class GbpError(Exception):
    """Generic exception raised in git-buildpackage commands"""
    pass

# vim:et:ts=4:sw=4: