OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, cause) |
def | cause (self) |
![]() | |
def | __init__ (self, message='', error_labels=None) |
def | has_error_label (self, label) |
def | __str__ (self) |
def | __unicode__ (self) |
Raised when encryption or decryption fails. This error always wraps another exception which can be retrieved via the :attr:`cause` property. .. versionadded:: 3.9
def __init__ | ( | self, | |
cause | |||
) |
def cause | ( | self | ) |
The exception that caused this encryption or decryption error.