googleads / google-ads-php

Google Ads API Client Library for PHP
https://developers.google.com/google-ads/api/docs/client-libs/php
Apache License 2.0
295 stars 262 forks source link

Remove unused exception variables. #944

Closed fiboknacky closed 1 year ago

fiboknacky commented 1 year ago

PHP 8 supports the catch statement without a variable, so I removed the unused variables in examples/ and src/.

Bug: N/A Golden CLs: N/A