Link to Styleguide-Example for code examples

This commit is contained in:
Radoslav Georgiev 2021-11-22 12:03:03 +02:00
parent 4b993b8b19
commit 9c5d8d1172
No known key found for this signature in database
GPG Key ID: 0B7753A4DFCE646D

View File

@ -1021,6 +1021,8 @@ urlpatterns = [
## Errors & Exception Handling ## Errors & Exception Handling
> 👀 If you want the code, hop to the `Styleguide-Example` project - <https://github.com/HackSoftware/Styleguide-Example/blob/master/styleguide_example/api/exception_handlers.py>
Errors & exception handling is a big topic & quite often - the details are specific for a given project. Errors & exception handling is a big topic & quite often - the details are specific for a given project.
That's why we'll split things into two - **general guidelines**, followed by some **specific approaches** for error handling. That's why we'll split things into two - **general guidelines**, followed by some **specific approaches** for error handling.