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
Internally refactor JSON::encode and ::decode to use JSON_THROW_ON_ERROR
Still want to throw our own custom exception for BC, but might as well
use the native flag to catch and rethrow JSONException rather than
asserting against json_last_error_message manually.
0 commit comments