except
Raising Exceptions From the Dead by Re-raising Them With New Exception Types
Never trust users! Encapsulate "isolating program vulnerabilities (errors, exceptions, or results due to unexpected input) that may be caused by executed code" and "calling function that handle them" as a package of Python.