Home »
MCQs »
FastAPI MCQs
____ is used to return HTTP replies with problems to the client
32. ____ is used to return HTTP replies with problems to the client.
- RouterException
- PathException
- HTTPException
Answer: C) HTTPException
Explanation:
HTTPException is used to return HTTP replies with problems to the client.