dissect.thumbcache.exceptions

Module Contents

exception dissect.thumbcache.exceptions.Error

Bases: Exception

A generic exception for the thumbcache module.

exception dissect.thumbcache.exceptions.NotAnIndexFileError

Bases: Error

Raises if a thumbnail index signature could not be found.

exception dissect.thumbcache.exceptions.InvalidSignatureError

Bases: Error

Raises if the signature does not match the expected value.

exception dissect.thumbcache.exceptions.UnknownThumbnailTypeError

Bases: Error

Raises if an unknown thumbnail type was found.