Advertisement
enyo

Untitled

Jul 31st, 2012
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. doPromisedStuff()
  2. .then ->
  3.   otherPromise()
  4. .then ->
  5.   throw new Exception() if true
  6. .then ->
  7.   otherPromise()
  8. .fail (err) ->
  9.   # Hier landet jede exception
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement