ApiException
Class representing an API exception.
This class extends the Exception class and is used to represent exceptions that occur when interacting with an API. It contains a status code and a content message.
Parameters
status
The status code of the API response.
content
The content message of the API response.