Класс GenericViewError (Django 2.1)

from django.views.generic import GenericViewError

Проблема в общем представлении.

Атрибуты

  Определено в
args = <attribute 'args' of 'BaseException' objects> GenericViewError
__cause__ = <attribute '__cause__' of 'BaseException' objects> GenericViewError
__context__ = <attribute '__context__' of 'BaseException' objects> GenericViewError
__delattr__ = <slot wrapper '__delattr__' of 'BaseException' objects> GenericViewError
__getattribute__ = <slot wrapper '__getattribute__' of 'BaseException' objects> GenericViewError
__init__ = <slot wrapper '__init__' of 'Exception' objects> GenericViewError
__reduce__ = <method '__reduce__' of 'BaseException' objects> GenericViewError
__repr__ = <slot wrapper '__repr__' of 'BaseException' objects> GenericViewError
__setattr__ = <slot wrapper '__setattr__' of 'BaseException' objects> GenericViewError
__setstate__ = <method '__setstate__' of 'BaseException' objects> GenericViewError
__str__ = <slot wrapper '__str__' of 'BaseException' objects> GenericViewError
__suppress_context__ = <member '__suppress_context__' of 'BaseException' objects> GenericViewError
__traceback__ = <attribute '__traceback__' of 'BaseException' objects> GenericViewError
with_traceback = <method 'with_traceback' of 'BaseException' objects> GenericViewError

Методы