Belle II Software light-2406-ragdoll
ErrorWithExtraVariables Class Reference
Inheritance diagram for ErrorWithExtraVariables:
Collaboration diagram for ErrorWithExtraVariables:

Public Member Functions

def __init__ (self, *args, **argk)
 Initialize the class.
 

Public Attributes

 variables
 Class variables.
 

Detailed Description

Exception class with extra keyword arguments to show in log message

Definition at line 36 of file classversion.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
args,
**  argk 
)

Initialize the class.

Definition at line 40 of file classversion.py.

40 def __init__(self, *args, **argk):
41 super().__init__(*args)
42
43 self.variables = argk
44
45

Member Data Documentation

◆ variables

variables

Class variables.

Definition at line 43 of file classversion.py.


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