Subject: | don't croak on api calls |
when reddit has problems i get the error:
Request error: HTTP 504 Gateway Timeout at ...Reddit/Client.pm line 168.
if i have multiple calls to the api in my code, that doesn't tell me which one it died at, and that would also mean i'd have to wrap every single api call in an eval to prevent my script from dieing.