DocuShareParseError
- exception docushare.DocuShareParseError(docushare, url, cause)
Raised if parsing one of DocuShare web page fails.
- Parameters
docushare (DocuShare) – DocuShare instance to get the context for detailed error messages.
url (str) – URL that could not be parsed successfully.
cause (BaseException) – Original exception that caused the parsing error.