# give/4.17.0/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidRequestException.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.17.0. 12 lines.

- Page: https://pluginprobe.com/plugins/give/4.17.0/code/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidRequestException.php
- Raw: https://pluginprobe.com/plugins/give/4.17.0/raw/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidRequestException.php
- Modified: 2021-09-27T12:30:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.17.0/code/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidRequestException.php#L10-L20`.

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

```
