37372-vm/stripe-php/lib/Exception/OAuth/InvalidScopeException.php
Flatlogic Bot e78bca6aa4 V.2
2026-01-12 01:02:42 +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 {}