Removed unnecessary parameter

This commit is contained in:
Alex Bilbie 2014-05-08 10:29:52 +01:00
parent 61f039366b
commit 58adefa7d0

View File

@ -29,7 +29,7 @@ class AccessDeniedException extends OAuthException
/**
* {@inheritdoc}
*/
public function __construct($parameter)
public function __construct()
{
parent::__construct('The resource owner or authorization server denied the request.');
}