HTTPException

Constructor:

Signature:

def __init__(self, status_code: int, reason: str) -> None:
...

Parameters:

  1. status_code:

    Type
    int
  2. reason:

    Type
    str

Attributes:

  1. status_code:

  2. reason: