# SPDX-FileCopyrightText: 2024 geisserml # SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause __all__ = ("PdfiumError", ) class PdfiumError (RuntimeError): """ An exception from the PDFium library, detected by function return code. """ pass