Page MenuHomePhabricator

🐼️ Handle patch with a missing required field
Closed, InvalidPublic

Description

  • find out if the Deserializer really throws corresponding Exception (if not: find an easy way to make it work or re-negotiate subtask)
  • change StatementDeserializer to catch DeserializationException and:
    • throw our own subclass of DeserializationException in case of a missing required field
    • rethrow otherwise