From 512290d2cfd39e0f49af9247deeee18dd61806e6 Mon Sep 17 00:00:00 2001 From: agatha Date: Sat, 26 Aug 2023 12:26:26 -0400 Subject: [PATCH] Minor update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f38e450..4223b9b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ convenience methods: ## Error Handling The ApiWrapper class defines custom exceptions for handling API request and response errors. -- ApiRequestException is raised when there is an issue with the API request. -- InvalidApiResponse is raised when the API response is not a valid JSON. +- `ApiRequestException` is raised when there is an issue with the API request. +- `InvalidApiResponse` is raised when the API response is not a valid JSON. You can catch these exceptions and handle them accordingly in your code.