Files
wp-multisite-waas/dependencies/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php
2024-11-30 18:24:12 -07:00

11 lines
213 B
PHP

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