A generic, FastAPI-specific error.
| 159 | |
| 160 | |
| 161 | class FastAPIError(RuntimeError): |
| 162 | """ |
| 163 | A generic, FastAPI-specific error. |
| 164 | """ |
| 165 | |
| 166 | |
| 167 | class DependencyScopeError(FastAPIError): |
no outgoing calls
no test coverage detected
searching dependent graphs…