deferred.catch( failFilter )Returns: Promise
Description: Add handlers to be called when the Deferred object is rejected.
-
version added: 3.0deferred.catch( failFilter )
- failFilterType: Function()A function that is called when the Deferred is rejected.
-