This commit is contained in:
Timothy Jaeryang Baek
2026-01-17 21:41:48 +04:00
parent 26e95f2a92
commit 409f565f09

View File

@@ -332,6 +332,8 @@ def upload_file_handler(
detail=ERROR_MESSAGES.DEFAULT("Error uploading file"),
)
except HTTPException as e:
raise e
except Exception as e:
log.exception(e)
raise HTTPException(