| Current Path : /home/exhehbu/www/wp-content/plugins/eventer/front/stripe/lib/Exception/ |
| Current File : /home/exhehbu/www/wp-content/plugins/eventer/front/stripe/lib/Exception/PermissionException.php |
<?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
{
}