summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/Exception/PermissionException.php
blob: 5cf5154bf55223b0dffff5363258f522760e066b (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
{
}