The PluginSDKExceptionFormatter
is the base class for Plugin SDK exceptions.
Parameters: |
- message (str) – free text without variables
- variables (dict) – a dictionary of variables to format in the exception message or None
|
Not to be used directly, the PluginSDKExceptionFormatter adds formatting of variables provided to an exception.
-
append_variables
(variables)
The append_variables()
adds more details to an exception object. Does not overwrite previous details,
even if the same key is used.
Parameters: | variables (dict) – additional variables |
Returns: | self |