Advanced Exceptions
In this module, we'll talk about Python exceptions – objects that represent errors which occur during the execution of a program that disrupts the normal flow of the program's instructions.
Plan for the module:
- short introduction to exceptions;
- review of the named attributes of exception objects;
- introduction to chained exceptions;
- analysis of the traceback object of each exception.