Re-throwing exceptions in Python
in Python added by admin, on 15/11/2007 exception intermediate
When dealing seriously with error handling, an important technique is to be able to manipulate exceptions in ways other than simply throwing and catching them. One of these is to re-throw exceptions.
comment save reportno comments
