MCPcopy
hub / github.com/marimo-team/marimo / HTTPException

Class HTTPException

marimo/_utils/http.py:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20class HTTPException(Exception):
21 def __init__(
22 self,
23 status_code: int,
24 detail: str | None = None,
25 ) -> None:
26 self.status_code = status_code
27 self.detail = detail
28
29
30def is_client_error(status_code: int) -> bool:

Callers 15

readMethod · 0.90
writeMethod · 0.90
renameMethod · 0.90
saveMethod · 0.90
save_from_cellsMethod · 0.90
copyMethod · 0.90
read_fileMethod · 0.90
recurseMethod · 0.90
_check_containmentMethod · 0.90

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…