PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
plugins
/
modern-events-calendar
/
app
/
api
/
Stripe
/
Error
/
OAuth
<?php namespace Stripe\Error\OAuth; /** * InvalidScope is raised when an invalid scope parameter is provided. */ class InvalidScope extends OAuthBase { }
[+]
..
[-] UnsupportedGrantType.php
[edit]
[-] OAuthBase.php
[edit]
[-] InvalidRequest.php
[edit]
[-] InvalidScope.php
[edit]
[-] InvalidClient.php
[edit]
[-] InvalidGrant.php
[edit]
[-] UnsupportedResponseType.php
[edit]