PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
stripe
/
stripe-php
/
lib
/
Exception
/
OAuth
/
Editing: UnsupportedResponseTypeException.php
<?php namespace Stripe\Exception\OAuth; /** * UnsupportedResponseTypeException is thrown when an unsupported response type * parameter is specified. */ class UnsupportedResponseTypeException extends OAuthErrorException { }
SAVE
CANCEL