PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
stripe
/
stripe-php
/
lib
/
Exception
/
OAuth
<?php namespace Stripe\Exception\OAuth; /** * UnsupportedGrantTypeException is thrown when an unuspported grant type * parameter is specified. */ class UnsupportedGrantTypeException extends OAuthErrorException { }
[-] InvalidScopeException.php
[edit]
[+]
..
[-] InvalidGrantException.php
[edit]
[-] UnsupportedGrantTypeException.php
[edit]
[-] InvalidClientException.php
[edit]
[-] UnknownOAuthErrorException.php
[edit]
[-] InvalidRequestException.php
[edit]
[-] OAuthErrorException.php
[edit]
[-] UnsupportedResponseTypeException.php
[edit]
[-] ExceptionInterface.php
[edit]