mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 19:34:52 +00:00
Updated Client Detail Header for better mobile fit, lots of progress on stripe pay and some other minor updates
This commit is contained in:
12
vendor/stripe-php-7.0.2/lib/Exception/OAuth/InvalidScopeException.php
vendored
Normal file
12
vendor/stripe-php-7.0.2/lib/Exception/OAuth/InvalidScopeException.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe\Exception\OAuth;
|
||||
|
||||
/**
|
||||
* InvalidScopeException is thrown when an invalid scope parameter is provided.
|
||||
*
|
||||
* @package Stripe\Exception\OAuth
|
||||
*/
|
||||
class InvalidScopeException extends OAuthErrorException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user