MCPcopy
hub / github.com/coderamp-labs/gitingest / InvalidNotebookError

Class InvalidNotebookError

src/gitingest/utils/exceptions.py:12–16  ·  view source on GitHub ↗

Exception raised when a Jupyter notebook is invalid or cannot be processed.

Source from the content-addressed store, hash-verified

10
11
12class InvalidNotebookError(Exception):
13 """Exception raised when a Jupyter notebook is invalid or cannot be processed."""
14
15 def __init__(self, message: str) -> None:
16 super().__init__(message)
17
18
19class InvalidGitHubTokenError(ValueError):

Callers 1

process_notebookFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected