PATH:
home
/
thebhoeo
/
.trash
/
wpforms-lite-pro
/
vendor_prefixed
/
stripe
/
stripe-php
/
lib
/
Exception
/
OAuth
<?php namespace WPForms\Vendor\Stripe\Exception\OAuth; /** * InvalidRequestException is thrown when a code, refresh token, or grant * type parameter is not provided, but was required. */ class InvalidRequestException extends OAuthErrorException { }
[-] UnsupportedResponseTypeException.php
[edit]
[-] InvalidScopeException.php
[edit]
[-] InvalidGrantException.php
[edit]
[-] ExceptionInterface.php
[edit]
[-] UnsupportedGrantTypeException.php
[edit]
[-] UnknownOAuthErrorException.php
[edit]
[+]
..
[-] InvalidRequestException.php
[edit]
[-] OAuthErrorException.php
[edit]
[-] InvalidClientException.php
[edit]