mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
Added docbloc to UniqueTokenIdentifierConstraintViolationException
This commit is contained in:
parent
8184f771d4
commit
6949a007e5
@ -11,6 +11,9 @@ namespace League\OAuth2\Server\Exception;
|
|||||||
|
|
||||||
class UniqueTokenIdentifierConstraintViolationException extends OAuthServerException
|
class UniqueTokenIdentifierConstraintViolationException extends OAuthServerException
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @return UniqueTokenIdentifierConstraintViolationException
|
||||||
|
*/
|
||||||
public static function create()
|
public static function create()
|
||||||
{
|
{
|
||||||
$errorMessage = 'Could not create unique access token identifier';
|
$errorMessage = 'Could not create unique access token identifier';
|
||||||
|
Loading…
Reference in New Issue
Block a user