update nav

This commit is contained in:
zachary62
2025-04-04 14:20:15 -04:00
parent 93df0fecc2
commit 581aa6b08f
18 changed files with 126 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
---
layout: default
title: "Exception Hierarchy"
parent: "Requests"
nav_order: 6
---
# Chapter 6: When Things Go Wrong - The Exception Hierarchy
In [Chapter 5: Authentication Handlers](05_authentication_handlers.md), we learned how to prove our identity to websites that require login or API keys. We assumed our requests would work if we provided the correct credentials.