diff --git a/src/Oauth2/Client/Exception.php b/src/Oauth2/Client/Exception.php index 0641ba24..9d3b995d 100755 --- a/src/Oauth2/Client/Exception.php +++ b/src/Oauth2/Client/Exception.php @@ -8,7 +8,7 @@ namespace Oauth2\Client; * @author Originally written by Naitik Shah . * @author Update to draft v10 by Edison Wong . */ -class ClientException extends \Exception { +class Exception extends \Exception { /** * The result from the API server that represents the exception information.