PermissionException.php 207 B

1234567891011
  1. <?php
  2. namespace Stripe\Exception;
  3. /**
  4. * PermissionException is thrown in cases where access was attempted on a
  5. * resource that wasn't allowed.
  6. */
  7. class PermissionException extends ApiErrorException
  8. {
  9. }