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

10 lines
238 B
PHP

<?php
namespace Stripe\Exception\OAuth;
/**
* InvalidRequestException is thrown when a code, refresh token, or grant
* type parameter is not provided, but was required.
*/
class InvalidRequestException extends OAuthErrorException {}