OpenQuizz
Une application de gestion des contenus pédagogiques
HookExecutionError Class Reference
Inheritance diagram for HookExecutionError:
Collaboration diagram for HookExecutionError:

Public Member Functions

def __init__ (self, command, status, stderr=None, stdout=None)
 
- Public Member Functions inherited from CommandError
def __str__ (self)
 

Additional Inherited Members

- Data Fields inherited from CommandError
 command
 
 status
 
 stdout
 
 stderr
 

Detailed Description

Thrown if a hook exits with a non-zero exit code. It provides access to the exit code and the string returned
via standard output

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  command,
  status,
  stderr = None,
  stdout = None 
)

Reimplemented from CommandError.


The documentation for this class was generated from the following file: