From 8fdcb02740c59483c061e702c20a7b91427e94f6 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Tue, 4 Sep 2012 12:30:49 +0100 Subject: [PATCH] Exception class rename --- src/Oauth2/Client/Exception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.