summaryrefslogtreecommitdiff
path: root/alot/errors.py
blob: 00336fc8d716924607ffc1eda17d1311147cc2a8 (plain)
1
2
3
4
5
6
# Copyright (C) 2011-2012  Patrick Totzke <patricktotzke@gmail.com>
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
class GPGProblem(Exception):
    """GPG Error"""
    pass