mirror of
https://github.com/itflow-org/itflow
synced 2026-03-22 13:35:37 +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:
13
vendor/stripe-php-7.0.2/lib/Exception/PermissionException.php
vendored
Normal file
13
vendor/stripe-php-7.0.2/lib/Exception/PermissionException.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe\Exception;
|
||||
|
||||
/**
|
||||
* PermissionException is thrown in cases where access was attempted on a
|
||||
* resource that wasn't allowed.
|
||||
*
|
||||
* @package Stripe\Exception
|
||||
*/
|
||||
class PermissionException extends ApiErrorException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user