strawberry.exceptions.ObjectIsNotClassError

Constructor:

Signature:

def __init__(self, obj: object, method_type: MethodType) -> None:
...

Parameters:

  1. obj:

    Type
    object
  2. method_type:

    Type
    MethodType

Methods:

Attributes:

  1. obj:

  2. function:

  3. message:

  4. rich_message:

  5. annotation_message:

  6. suggestion:

  7. exception_source:

    Type
    ExceptionSource | None