dissect.apfs.exception¶
Module Contents¶
- exception dissect.apfs.exception.Error¶
Bases:
ExceptionCommon base class for all non-exit exceptions.
- exception dissect.apfs.exception.FileNotFoundError¶
Bases:
Error,FileNotFoundErrorCommon base class for all non-exit exceptions.
- exception dissect.apfs.exception.IsADirectoryError¶
Bases:
Error,IsADirectoryErrorCommon base class for all non-exit exceptions.
- exception dissect.apfs.exception.NotADirectoryError¶
Bases:
Error,NotADirectoryErrorCommon base class for all non-exit exceptions.