mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Exception class rename
This commit is contained in:
parent
153bb962c5
commit
8fdcb02740
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user