summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php
blob: 58502d0c6322a0f97a1ab726d3d3afa3e46db6cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php

namespace Stripe\Exception\OAuth;

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