Files
pancake/system/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidRequestException.php
Tim Bendt 6b9ef7ca55 first
2025-11-25 00:16:35 -05:00

12 lines
239 B
PHP
Executable File

<?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
{
}