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