Source code for pdftools_toolbox.unknown_format_error
[docs]
class UnknownFormatError(Exception):
"""
The format is not known.
"""
def __init__(self, message):
super().__init__(message)
[docs]
class UnknownFormatError(Exception):
"""
The format is not known.
"""
def __init__(self, message):
super().__init__(message)