pinterest-for-woocommerce
pinterest-for-woocommerce copied to clipboard
Work on `Base::handle_request()` to throw a single type of exception.
Base::handle_request()
, which is used to perform Pinterest API requests, throws a full batch of different types of exceptions. Refactor the method to throw PinterestAPIException.