branch | v0.6.x |
changeset 449 | 6826acb9b0a7 |
parent 366 | d6573da35b5f |
child 568 | 14abdd04ddf5 |
--- a/VirtualMailManager/errors.py Fri Nov 04 03:25:29 2011 +0000 +++ b/VirtualMailManager/errors.py Fri Nov 04 22:45:53 2011 +0000 @@ -69,8 +69,3 @@ class RelocatedError(VMMError): """Exception class for Relocated exceptions""" pass - - -class TransportError(VMMError): - """Exception class for Transport exceptions""" - pass