Exception class rename

This commit is contained in:
Alex Bilbie 2012-09-04 12:30:49 +01:00
parent 153bb962c5
commit 8fdcb02740

View File

@ -8,7 +8,7 @@ namespace Oauth2\Client;
* @author Originally written by Naitik Shah <naitik@facebook.com>. * @author Originally written by Naitik Shah <naitik@facebook.com>.
* @author Update to draft v10 by Edison Wong <hswong3i@pantarei-design.com>. * @author Update to draft v10 by Edison Wong <hswong3i@pantarei-design.com>.
*/ */
class ClientException extends \Exception { class Exception extends \Exception {
/** /**
* The result from the API server that represents the exception information. * The result from the API server that represents the exception information.