Guzzle\Service\Exception\ServiceNotFoundException
-
Getting the following error:
Fatal error: Call to undefined method Guzzle\Service\Exception\ServiceNotFoundException::getExceptionCode() in /data/www/docroot/public/wp-content/plugins/amazon-s3-and-cloudfront/classes/amazon-s3-and-cloudfront.php on line 1666
Screenshot:
https://cl.ly/image/3a3h0l1X152GError appeared after migrating site to new host & new IAM keys. But that’s not exactly the issue.
Seems like on line 1666 you are expecting the exception to be one of your extended exceptions, but you’re actually getting an exception from Guzzle (which doesn’t have the custom getExceptionCode() method).
https://www.ads-software.com/plugins/amazon-s3-and-cloudfront/
- The topic ‘Guzzle\Service\Exception\ServiceNotFoundException’ is closed to new replies.