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

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

# vim:et:ts=4:sw=4:et:sts=4:ai:set list listchars=tab\:»·,trail\:·: