# Copyright (C) 2011-2012 Patrick Totzke # This file is released under the GNU GPL, version 3 or a later revision. # For further details see the COPYING file class ConfigError(Exception): """could not parse user config""" pass class NoMatchingAccount(ConfigError): """No account matching requirements found.""" pass