summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/Exception/PermissionException.php
blob: a4832d5d187eef40565dba7cbdb9d65bbcd2c689 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php

namespace Stripe\Exception;

/**
 * PermissionException is thrown in cases where access was attempted on a
 * resource that wasn't allowed.
 */
class PermissionException extends ApiErrorException
{
}