How to catch str exception?

anuraguniyal at yahoo.com anuraguniyal at yahoo.com
Fri May 15 10:18:40 EDT 2009


> It would be better to write your own exception class:
>
> class MyException(Exception):
>      pass


and how would i automatically inject this into 3rd part library



More information about the Python-list mailing list