Source code for pypdfium2._helpers.misc

# SPDX-FileCopyrightText: 2024 geisserml <geisserml@gmail.com>
# SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause

__all__ = ("PdfiumError", )


[docs] class PdfiumError (RuntimeError): """ An exception from the PDFium library, detected by function return code. """ pass