This is currently happening here. This should be replaced for something like raise HTTPException(status_code=503, detail="Numbers gave impossible values, source bad.")
This should be the case with anything in routes to let the caller know of the error
This is currently happening here. This should be replaced for something like
raise HTTPException(status_code=503, detail="Numbers gave impossible values, source bad.")This should be the case with anything in routes to let the caller know of the error