Minor update

This commit is contained in:
agatha 2023-08-26 12:26:26 -04:00
parent 9cf12dbc15
commit 512290d2cf

View File

@ -18,7 +18,7 @@ convenience methods:
## Error Handling ## Error Handling
The ApiWrapper class defines custom exceptions for handling API request and response errors. 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. - `ApiRequestException` is raised when there is an issue with the API request.
- InvalidApiResponse is raised when the API response is not a valid JSON. - `InvalidApiResponse` is raised when the API response is not a valid JSON.
You can catch these exceptions and handle them accordingly in your code. You can catch these exceptions and handle them accordingly in your code.