HTTPException Constructor: Signature: def __init__(self, status_code: int, reason: str) -> None: ... Parameters: status_code: Type int reason: Type str Attributes: status_code: reason: