Hi Guys,
I'm hoping someone here can shed some light on how I can capture this error:
[high=php]
Fatal error: Cannot use object of type SOAP_Fault as array
[/high]
in my code and do an exception for it? I am using Jangomail's class to pull email stats and get this error when trying to get the data on a few drops. What I'd like to do is capture the error and then loop through the routine again to try and grab the data.
I am writing in PHP btw.
TIA!
I'm hoping someone here can shed some light on how I can capture this error:
[high=php]
Fatal error: Cannot use object of type SOAP_Fault as array
[/high]
in my code and do an exception for it? I am using Jangomail's class to pull email stats and get this error when trying to get the data on a few drops. What I'd like to do is capture the error and then loop through the routine again to try and grab the data.
I am writing in PHP btw.
TIA!