core/api/app_exception library

Exceptions / Errors

AppException
A base class for handling exceptions in the application.
BadRequestException
Exception thrown when a bad request (400) is made to the API.
FetchDataException
Exception thrown when there is an error in fetching data from the API.
NoInternetConnectionException
Exception thrown when there is no internet connection.
UnAuthorizedException
Exception thrown when the API request is unauthorized (401).