View Single Post
  #2 (permalink)  
Old 10-08-2007, 09:12 AM
berry__ berry__ is offline
Junior Member
 
Join Date: Oct 2007
Posts: 2
Default

Hi Parse,

The problem seems to be that you're checking for a Zend_Feed_Exception, while the code throws a Zend_Http_Client_Adapter_Exception. That means that the latter should be subclassed from the first, or you should check for both.

Obviously, there is always the possibility to check for Zend_Exception, since every Exception inherits from that.

Regards,

Berry.
Reply With Quote