Model
HttpException
Magento\PaymentServicesBase\Model\HttpException
What it does
This is a custom exception class used to handle HTTP request failures in the Payment Services Base module.
Developers should catch or throw this exception when HTTP communication errors occur during payment service operations, allowing for specific error handling and logging of HTTP-related issues separately from other runtime exceptions.