- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for read_unicorn (0.06 sec)
-
docs_src/handling_errors/tutorial003_py39.py
return JSONResponse( status_code=418, content={"message": f"Oops! {exc.name} did something. There goes a rainbow..."}, ) @app.get("/unicorns/{name}") async def read_unicorn(name: str): if name == "yolo": raise UnicornException(name=name)
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 626 bytes - Viewed (0)