MCPcopy Index your code
hub / github.com/fastapi/fastapi / FastAPIError

Class FastAPIError

fastapi/exceptions.py:161–164  ·  view source on GitHub ↗

A generic, FastAPI-specific error.

Source from the content-addressed store, hash-verified

159
160
161class FastAPIError(RuntimeError):
162 """
163 A generic, FastAPI-specific error.
164 """
165
166
167class DependencyScopeError(FastAPIError):

Callers 2

appFunction · 0.90
include_routerMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…