jstolpe / instagram-graph-api-php-sdk

MIT License
112 stars 29 forks source link

Throw exception on response error #19

Open abdul-alhasany opened 3 months ago

abdul-alhasany commented 3 months ago

Thanks for this package.

While using it I relized I had to check for error key for each response. It would be great if the library itself did that and then throws an exception.

This will make less verbose code and easier to maintain since there will be less if ... throw