sindrenm
02/26/2021, 3:19 PMException
and parsing the message, which I'd rather not) to catch this error.Vsevolod Tolstopyatov [JB]
02/26/2021, 3:30 PMsindrenm
02/26/2021, 3:36 PMSerializationException
(I'm actually doing that, too, as I initially thought that was the way to do it), but MissingFieldException
is not a SerializationException
and MissingFieldException
is thrown specifically.MissingFieldException
is indeed a SerializationException
. 🤔sindrenm
02/26/2021, 3:46 PMcatch (SerializationException)
wasn't included in the build or something. A clean install did the trick. Thanks a bunch for pointing me in the right direction, @Vsevolod Tolstopyatov [JB]! 🙂