Currently a deferred will catch any excpetion and pass it to the next errback. But if there is no errback left in the chain nothing happens and that error is ignored. This forces me to add the same errback to the end of every deferred chain just to catch some unexpected exception like a TypeError. Could we have deferred only catch a specific Mochikit defined exception and simply rethrow all others? If a callback function really wanted an errback to be called it would have to throw this special MochiKit excpetion instead of just throwing Error().
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
