Exception handling
- Hierarchy of calls
- Handling errors as return values
- Handling errors as exceptions
- A simple exception
- Prevention
- Working on a list
- Catch ZeroDivisionError exception
- Module to open files and calculate something
- File for exception handling example
- Open files - exception
- Handle divide by zero exception
- Handle files - exception
- Catch all the exceptions and show their type
- List exception types
- Hierarchy of Exceptions
- Order of exception handling - bad
- Order of exception handling - good
- How to raise an exception
- Raise ValueError exception
- Stack trace of exceptions
- No need for exception to print Stack trace
- Raise Exception from
- Exercise: Exception int conversion
- Exercise: Raise Exception
- Solution: Exception int conversion (specific)
- Solution: Exception int conversion (all other)
- Solution: Raise Exception