
<center><h2><strong>Ubuntu</strong></h2>
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

namespace Stripe\Exception\OAuth;

/**
 * UnsupportedResponseTypeException is thrown when an unsupported response type
 * parameter is specified.
 *
 * @package Stripe\Exception\OAuth
 */
class UnsupportedResponseTypeException extends OAuthErrorException
{
}
