<?php

namespace Stripe\Error\OAuth;

/**
 * UnsupportedGrantType is raised when an unuspported grant type
 * parameter is specified.
 */
class UnsupportedGrantType extends OAuthBase
{
}
