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