Source code for pdftools_toolbox.not_found_error
[docs]
class NotFoundError(Exception):
"""
"""
def __init__(self, message):
super().__init__(message)
[docs]
class NotFoundError(Exception):
"""
"""
def __init__(self, message):
super().__init__(message)