This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
v4.1.0 (Alpha)
Added custom exceptions especially for the following return codes:
- 400 Bad Request error:
BadRequestException
- 429 Rate limited error:
RateLimitedException
- 500 Internal Server error:
ServerErrorException
They're avaialble in the aladhan.exceptions
, could be directly imported from the aladhan
module.
- New Wiki page: Exception Handling
Started to save a copy of the Wiki pages in every release.