You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #51245 [Scheduler] Only use toString if defined for message (fabpot)
This PR was merged into the 6.4 branch.
Discussion
----------
[Scheduler] Only use toString if defined for message
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | yes <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets | n/a
| License | MIT
| Doc PR | n/a
If the message is stringable, let's only use that instead of having the class name and the message as string (more flexible).
For the trigger, it's always stringable anyway.
Commits
-------
9d2ca60 [Scheduler] Only use toString if defined for message
0 commit comments