:py:mod:`dissect.thumbcache.exceptions` ======================================= .. py:module:: dissect.thumbcache.exceptions Module Contents --------------- .. py:exception:: Error Bases: :py:obj:`Exception` A generic exception for the thumbcache module. .. py:exception:: NotAnIndexFileError Bases: :py:obj:`Error` Raises if a thumbnail index signature could not be found. .. py:exception:: InvalidSignatureError Bases: :py:obj:`Error` Raises if the signature does not match the expected value. .. py:exception:: UnknownThumbnailTypeError Bases: :py:obj:`Error` Raises if an unknown thumbnail type was found.