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.
|