���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/drive.rickard.co/systemMYs/classes/vendor/League/OAuth2/Server/Exception/InvalidRequestException.php
���ѧ٧ѧ�
<?php /** * OAuth 2.0 Invalid Request Exception * * @package league/oauth2-server * @author Alex Bilbie <hello@alexbilbie.com> * @copyright Copyright (c) Alex Bilbie * @license http://mit-license.org/ * @link https://github.com/thephpleague/oauth2-server */ namespace League\OAuth2\Server\Exception; /** * Exception class */ class InvalidRequestException extends OAuthException { /** * {@inheritdoc} */ public $httpStatusCode = 400; /** * {@inheritdoc} */ public $errorType = 'invalid_request'; /** * {@inheritdoc} */ public function __construct($parameter, $redirectUri = null) { parent::__construct( sprintf( 'The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Check the "%s" parameter.', $parameter ) ); $this->redirectUri = $redirectUri; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.01 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�