ParameterizedMessage#
- class ParameterizedMessage(message=None, attributes=None, *args, **kwargs)[source]#
Bases:
objectTo store any custom message and attributes.
- Parameters:
message – (
message)attributes – (
attributes)
- property attributes#
- Type:
list[
KVStringPair]
- property message#
- Type:
str