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
minor #52511 [ErrorHandler] Do not use hyphens in exception message (jkrzefski, javiereguiluz)
This PR was merged into the 7.1 branch.
Discussion
----------
[ErrorHandler] Do not use hyphens in exception message
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
This is just a minor cosmetic change in the error handler. Currently, error messages are shown with hyphenation if they exceed the available with. But in technical texts like exception messages, a hyphen could give the message a slightly different meaning. To reduce the risk for confusion, I removed the hyphenation.
Commits
-------
e467027 Update the hyphenate character
234c3c4 Do not use hyphens in exception message
0 commit comments