Source code for pdftools_sdk.license_error
[docs]
class LicenseError(Exception):
"""
The license is not valid.
"""
def __init__(self, message):
super().__init__(message)
[docs]
class LicenseError(Exception):
"""
The license is not valid.
"""
def __init__(self, message):
super().__init__(message)