API: Emit errors back to @aragon/api if a method is not in an app's ABI #219
Labels
enhancement
New feature or request
priority: high
used to mark an issue as high priority in a way that is less likely to get lost in the shuffle of th
Calling a non-existent function, like
app.nonexistentMethod()
silently fails, rather than returning with an error.The text was updated successfully, but these errors were encountered: