sysapps / telephony

API to manage telephony calls
16 stars 12 forks source link

Check that methods relying on promises must not throw synchronously #202

Open marcoscaceres opened 11 years ago

marcoscaceres commented 11 years ago

Any method relying on promises need to catch exceptions and pass them to the error resolver.

This bug is really just to check that we are doing this properly. New bugs may spring off from this bug with actual fixes to the spec.