Initial Commit
This commit is contained in:
11
dependencies/stripe/stripe-php/lib/Exception/PermissionException.php
vendored
Normal file
11
dependencies/stripe/stripe-php/lib/Exception/PermissionException.php
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Ultimo\Dependencies\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