Page MenuHomePhabricator

Exceptions for flow api requests are not caught
Open, Needs TriagePublic

Description

Whenever incorrect input is sent to the API for any flow module, the exceptions are sent to the user. Instead of a normal error code like when using action=blah, an Exception caught error is delivered.
When testing the example from the auto-generated help https://www.mediawiki.org/w/api.php?action=help&modules=flow%2Bview-post an exception is returned.