Belle II Software development
RunningTagUpdaterError Class Reference
Inheritance diagram for RunningTagUpdaterError:

Public Member Functions

def __init__ (self, description, **extra_vars)
 Initialize the class.
 

Public Attributes

 extra_vars
 extra keyword arguments given to the exception constructor
 

Detailed Description

Errors raised when trying to update the running globaltag. Can have extra
variables in `extra_vars` to be shown to the user for additional information

Definition at line 43 of file runningupdate.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  description,
**  extra_vars 
)

Initialize the class.

Definition at line 50 of file runningupdate.py.

50 def __init__(self, description, **extra_vars):
51 super().__init__(description)
52
53 self.extra_vars = extra_vars
54
55

Member Data Documentation

◆ extra_vars

extra_vars

extra keyword arguments given to the exception constructor

Definition at line 53 of file runningupdate.py.


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