mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Updates to exceptions
This commit is contained in:
@@ -29,8 +29,8 @@ class InvalidCredentialsException extends OAuthException
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function __construct($parameter)
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct('The user credentials were incorrect..');
|
||||
parent::__construct('The user credentials were incorrect.');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user