Mega Code Archive

 
Categories / Python / Exception
 

Re-raise the exception

try:      raise NameError, 'HiThere' except NameError:      print 'An exception flew by!'      raise