34968-vm/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php
Flatlogic Bot 369f552c9f V6
2025-10-15 00:49:03 +00:00

9 lines
189 B
PHP

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