MCPcopy
hub / github.com/ArchiveBox/ArchiveBox / ArchiveError

Class ArchiveError

archivebox/index/schema.py:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23from ..config import OUTPUT_DIR, ARCHIVE_DIR_NAME, FAVICON_PROVIDER
24
25class ArchiveError(Exception):
26 def __init__(self, message, hints=None):
27 super().__init__(message)
28 self.hints = hints
29
30LinkDict = Dict[str, Any]
31

Callers 13

save_singlefileFunction · 0.85
save_pdfFunction · 0.85
save_domFunction · 0.85
save_mediaFunction · 0.85
save_titleFunction · 0.85
save_screenshotFunction · 0.85
save_wgetFunction · 0.85
save_htmltotextFunction · 0.85
save_gitFunction · 0.85
save_readabilityFunction · 0.85
save_archive_dot_orgFunction · 0.85
ShellErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected