mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
PSR style class braces
This commit is contained in:
parent
0298f6fb7d
commit
c760667448
11
src/Oauth2/Client/Exception.php
Executable file → Normal file
11
src/Oauth2/Client/Exception.php
Executable file → Normal file
@ -2,13 +2,8 @@
|
||||
|
||||
namespace Oauth2\Client;
|
||||
|
||||
/**
|
||||
* OAuth2.0 draft v10 exception handling.
|
||||
*
|
||||
* @author Originally written by Naitik Shah <naitik@facebook.com>.
|
||||
* @author Update to draft v10 by Edison Wong <hswong3i@pantarei-design.com>.
|
||||
*/
|
||||
class Exception extends \Exception {
|
||||
class Exception extends \Exception
|
||||
{
|
||||
|
||||
/**
|
||||
* The result from the API server that represents the exception information.
|
||||
@ -85,4 +80,4 @@ class Exception extends \Exception {
|
||||
return $str . $this->message;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user