Hello,

I want to fire my own exception without having the (useful but ugly in my case) stack trace display.

How to modify a Exception type class for that purpose which looks like:

classs MyError(Exception):
       pass

Cheers
Karim


_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to