forked from Wavyzz/dolibarr
11 lines
158 B
PHP
11 lines
158 B
PHP
<?php
|
|
|
|
namespace Stripe\Error\OAuth;
|
|
|
|
/**
|
|
* InvalidScope is raised when an invalid scope parameter is provided.
|
|
*/
|
|
class InvalidScope extends OAuthBase
|
|
{
|
|
}
|