mirror of
https://github.com/itflow-org/itflow
synced 2026-07-24 17:30:43 +00:00
Rename plugins to libs and update all file references
This commit is contained in:
9
libs/stripe-php/lib/Exception/PermissionException.php
Normal file
9
libs/stripe-php/lib/Exception/PermissionException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe\Exception;
|
||||
|
||||
/**
|
||||
* PermissionException is thrown in cases where access was attempted on a
|
||||
* resource that wasn't allowed.
|
||||
*/
|
||||
class PermissionException extends ApiErrorException {}
|
||||
Reference in New Issue
Block a user