2017-09-26 12:01 GMT+02:00 Derick Rethans <der...@php.net>: > On Mon, 25 Sep 2017, Andrea Faulds wrote: > > > Hi everyone, > > > > https://wiki.php.net/rfc/json_throw_on_error > > > > Voting opens today, 2017-09-25, and ends in 10 days' time, 2017-10-05. > Under > > the terms of the voting RFC this only needs 50%+1 but I'll feel guilty > if it's > > not 2/3 so it's 2/3. > > > > Happy voting, please ask if there's anything needing clarifying. > > I'm going to be in favour, but I was wondering whether the name of the > exception "JsonException" is a good thing? I would still introduce it, > but probably subclass a "JsonCodingException" to signal just an > exceptional code while encoding/decoding. I can see future exceptions > being thrown from the extension, where you then get confusion (or > conflicts with error codes).
Which future exceptions can you imagine? Regards, Niklas