Source code for pdftools_sdk.http_error
[docs]
class HttpError(Exception):
"""
An error occurred during the processing of a HTTP request.
"""
def __init__(self, message):
super().__init__(message)
[docs]
class HttpError(Exception):
"""
An error occurred during the processing of a HTTP request.
"""
def __init__(self, message):
super().__init__(message)