- To be able to raise an exception. - To be able to catch an exception using a `try/except` block. - To understand the Python error class hierarchy. ## Raising ...
This folder provides the code examples for the Real Python tutorial Python's raise: Effectively Raising Exceptions in Your Code.