PdfDancerException
Kind: class
Module/package: exceptions
SDK: pdfdancer-client-python 2.0.0
Base exception for all PDFDancer client errors. Equivalent to runtime exceptions in the Java client.
Declaration
PdfDancerException(message: str, cause: Exception | None = None)
Members
__init__
__init__(self, message: str, cause: Exception | None = None)
Initialize self. See help(type(self)) for accurate signature.