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
better error reporting from IntlMessage constructor
All possible failures when calling IntlMessage::__construct() would be
masked away with a generic "Constructor failed" message. This would
include invalid patterns.
This commit makes sure that the underlying error that caused the
constructor failure is reported as part of the IntlException error
message.
Additionally, similar to the previous commit, this also uses this
improved error reporting facility to also report details on parsing
errors while trying to parse the message pattern
0 commit comments