David Fong 6 months ago
committed by GitHub
parent
commit
479f0ed051
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      fastapi/exceptions.py

1
fastapi/exceptions.py

@ -41,6 +41,7 @@ class HTTPException(StarletteHTTPException):
return {"item": items[item_id]} return {"item": items[item_id]}
``` ```
""" """
detail: Any
def __init__( def __init__(
self, self,

Loading…
Cancel
Save