modern-events-calendar-lite/app/api/Stripe/Exception/OAuth/InvalidRequestException.php

12 lines
250 B
PHP
Raw Normal View History

2024-10-15 12:04:03 +02:00
<?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
{
}