MCPcopy Create free account
hub / github.com/ZeroIntensity/pointers.py / DereferenceError

Class DereferenceError

src/pointers/exceptions.py:18–19  ·  view source on GitHub ↗

Raised when dereferencing an address fails.

Source from the content-addressed store, hash-verified

16
17
18class DereferenceError(Exception):
19 """Raised when dereferencing an address fails.""" # noqa
20
21
22class FreedMemoryError(Exception):

Callers 1

dereferenceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected