Replace GuzzleException by ClientExceptionInterface
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 11 Feb 2021 11:46:54 +0000 (12:46 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 11 Feb 2021 11:46:54 +0000 (12:46 +0100)
commit85176ea5c21f429576abbeded80a5f8667340842
tree718eaf5f3c37ead5619e4ac5d56d46a3e0ddfbc0
parent2307b08103087f4fcfc82187dd64db3c7c669da5
Replace GuzzleException by ClientExceptionInterface

ClientExceptionInterface is the standardized Exception and thus preferable.
GuzzleException extends that interface.
wcfsetup/install/files/lib/action/AbstractOauth2Action.class.php
wcfsetup/install/files/lib/action/GithubAuthAction.class.php
wcfsetup/install/files/lib/data/user/avatar/Gravatar.class.php