37372-vm/stripe-php/lib/Exception/PermissionException.php
Flatlogic Bot e78bca6aa4 V.2
2026-01-12 01:02:42 +00:00

10 lines
206 B
PHP

<?php
namespace Stripe\Exception;
/**
* PermissionException is thrown in cases where access was attempted on a
* resource that wasn't allowed.
*/
class PermissionException extends ApiErrorException {}