Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-06 23:22:44 +01:00 committed by GitHub
parent 9a79946beb
commit 4815e3f6b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -271,6 +271,10 @@ finally:
## Chaining exceptions ## Chaining exceptions
{: .topic-optional}
This is an optional topic!
Instead of just re-raising an exception we can also add to it with **from**.  Instead of just re-raising an exception we can also add to it with **from**. 
```python ```python