samwilson / phpflickr

A PHP wrapper for the Flickr API, including OAuth.
https://packagist.org/packages/samwilson/phpflickr
GNU General Public License v2.0
40 stars 15 forks source link

Remove the $die_on_error constructor argument #12

Closed samwilson closed 5 years ago

samwilson commented 5 years ago

In favour of throwing exceptions where there are errors. This library shouldn't ever die (the redirection added in this patch is just a temporary workaround that will be removed in the next breaking version).