MCPcopy Create free account
hub / github.com/VectifyAI/PageIndex / exception

Method exception

pageindex/utils.py:314–316  ·  view source on GitHub ↗
(self, message, **kwargs)

Source from the content-addressed store, hash-verified

312 self.log("DEBUG", message, **kwargs)
313
314 def exception(self, message, **kwargs):
315 kwargs["exception"] = True
316 self.log("ERROR", message, **kwargs)
317
318 def _filepath(self):
319 return os.path.join("logs", self.filename)

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected