itflow/vendor/stripe-php-7.0.2/lib/Exception/PermissionException.php

14 lines
239 B
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
{
}