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

Class NullPointerError

src/pointers/exceptions.py:34–35  ·  view source on GitHub ↗

Raised when a pointer is null.

Source from the content-addressed store, hash-verified

32
33
34class NullPointerError(Exception):
35 """Raised when a pointer is null."""
36
37
38class InvalidVersionError(Exception):

Callers 4

_get_scopeMethod · 0.85
moveMethod · 0.85
dereferenceMethod · 0.85
ensureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected