Multiple unrelated exceptions | Python Tutorial

Published: 10 March 2023
on channel: learndataa
150
3

The video discusses errors and exceptions in Python: Raising and handling multiple unrelated exceptions

00:00 - ExceptionGroup: without any try, except
01:31 - ExceptionGroup: try, except
02:29 - ExceptionGroup: nested
05:43 - ExceptionGroup: exceptions in an nested exception group must be instances

continued ...


----------------
Errors and Exceptions
----------------
https://docs.python.org/3/tutorial/er...