mirror of
https://github.com/itflow-org/itflow
synced 2026-09-06 14:55:13 +00:00
Rename plugins to libs and update all file references
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?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 {}
|
||||
Reference in New Issue
Block a user