MCPcopy
hub / github.com/borgbackup/borg / PackException

Class PackException

src/borg/helpers/msgpack.py:73–74  ·  view source on GitHub ↗

Exception during msgpack packing.

Source from the content-addressed store, hash-verified

71
72
73class PackException(Exception):
74 """Exception during msgpack packing."""
75
76
77class UnpackException(Exception):

Callers 3

packMethod · 0.85
packbFunction · 0.85
packFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected