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

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

- Page: https://pluginprobe.com/plugins/give/4.17.0/code/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php
- Raw: https://pluginprobe.com/plugins/give/4.17.0/raw/vendor/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.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/InvalidScopeException.php#L10-L20`.

```php
<?php

namespace Stripe\Exception\OAuth;

/**
 * InvalidScopeException is thrown when an invalid scope parameter is provided.
 */
class InvalidScopeException extends OAuthErrorException
{
}

```
