string exceptions not supported any more...

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@173 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 20 years ago
parent 964f96e36c
commit daaa4dcfc9

@ -1,13 +1,9 @@
import re
class InvalidMailboxURL(Exception):
value = ""
class InvalidMailboxURL(Exception):
def __init__(self,value):
self.value = value
Exception.__init__(value)
def __str__(self):
return repr(self.value)

Loading…
Cancel
Save