Page MenuHomePhabricator

🐼️ Handle patch resulting in a disallowed value of a 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 DeserializationException in case of a disallowed value
    • rethrow otherwise