PATH:
home
/
letacommog
/
winwithd
/
wp-content
/
plugins
/
pms-add-on-stripe
/
libs
/
stripe
/
lib
/
Error
/
OAuth
<?php namespace Stripe\Error\OAuth; /** * InvalidRequest is raised when a code, refresh token, or grant type * parameter is not provided, but was required. */ class InvalidRequest extends OAuthBase { }
[+]
..
[-] OAuthBase.php
[edit]
[-] InvalidRequest.php
[edit]
[-] InvalidScope.php
[edit]
[-] UnsupportedResponseType.php
[edit]
[-] InvalidGrant.php
[edit]
[-] InvalidClient.php
[edit]
[-] UnsupportedGrantType.php
[edit]