Add error handling example (#1099)

* Add error handling example

* Add `ExceptionMessageFilter` usage

* Add `CHANGES`

* Update CHANGES/1099.doc.rst

---------

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
This commit is contained in:
Danipulok 2023-08-14 23:43:44 +03:00 committed by GitHub
parent 8ff992bf1d
commit 16649ec896
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 106 additions and 0 deletions

1
CHANGES/1099.doc.rst Normal file
View file

@ -0,0 +1 @@
Added error handling example `examples/error_handling.py`