Files
clouddesk/class/payment/stripe/lib/Exception/OAuth/InvalidScopeException.php
T
2024-02-08 12:07:49 -07:00

11 lines
190 B
PHP

<?php
namespace Stripe\Exception\OAuth;
/**
* InvalidScopeException is thrown when an invalid scope parameter is provided.
*/
class InvalidScopeException extends OAuthErrorException
{
}