UniRx
UniRx copied to clipboard
Bug: `InvalidOperation` does not use correct error message
The error message uses a variable name inside of a string, instead of the actual value in the variable.
Should be new InvalidOperationException(Strings_Linq.NO_ELEMENTS)
where NO_ELEMENTS = "Source sequence doesn't contain any elements."
but is new InvalidOperationException("Strings_Linq.NO_ELEMENTS")
.
possibly also here
这是来自QQ邮箱的假期自动回复邮件。 您好,我最近正在忙碌中,无法亲自回复您的邮件,之后将尽快给您回复。