VirtualMailManager/Exceptions.py
changeset 162 0ac9ef587769
parent 138 617f27715b01
child 214 84e6e898e6c5
equal deleted inserted replaced
161:b62aa4aabcd0 162:0ac9ef587769
     1 # -*- coding: UTF-8 -*-
     1 # -*- coding: UTF-8 -*-
     2 # Copyright (c) 2007 - 2009, VEB IT
     2 # Copyright (c) 2007 - 2010, Pascal Volk
     3 # See COPYING for distribution information.
     3 # See COPYING for distribution information.
     4 
     4 
     5 """Exception classes for Virtual Mail Manager"""
     5 """Exception classes for Virtual Mail Manager"""
     6 
     6 
     7 class VMMException(Exception):
     7 class VMMException(Exception):