Source code for pdftools_sdk.permission_error
[docs]
class PermissionError(Exception):
"""
The operation is not allowed.
"""
def __init__(self, message):
super().__init__(message)
[docs]
class PermissionError(Exception):
"""
The operation is not allowed.
"""
def __init__(self, message):
super().__init__(message)