EXCEPTIONS
try/except/finally + raise
exceptions are strings, classes or instances
except can specify more than one exception:
... except (RuntimeError, TypeError, NameError): ... pass