PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
stripe
/
stripe-php
/
lib
/
Exception
/
OAuth
<?php namespace Stripe\Exception\OAuth; /** * UnsupportedResponseTypeException is thrown when an unsupported response type * parameter is specified. */ class UnsupportedResponseTypeException 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]