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

namespace Stripe\Exception\OAuth;

/**
 * UnsupportedGrantTypeException is thrown when an unuspported grant type
 * parameter is specified.
 */
class UnsupportedGrantTypeException extends OAuthErrorException
{
}