OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __new__ (cls, sha, exc) |
def | __init__ (self, sha, exc) |
def | binsha (self) |
def | hexsha (self) |
def | error (self) |
Carries information about a sha identifying an object which is invalid in the queried database. The exception attribute provides more information about the cause of the issue
def __init__ | ( | self, | |
sha, | |||
exc | |||
) |
def __new__ | ( | cls, | |
sha, | |||
exc | |||
) |
def binsha | ( | self | ) |
def error | ( | self | ) |
:return: exception instance explaining the failure
def hexsha | ( | self | ) |