View file core/libs/Stripe/vendor/stripe/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php

File size: 228B
<?php

namespace Stripe\Exception\OAuth;

/**
 * UnsupportedResponseTypeException is thrown when an unsupported response type
 * parameter is specified.
 */
class UnsupportedResponseTypeException extends OAuthErrorException
{
}