Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
stripe
/
stripe-php
/
lib
/
Exception
:
PermissionException.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Stripe\Exception; /** * PermissionException is thrown in cases where access was attempted on a * resource that wasn't allowed. */ class PermissionException extends ApiErrorException { }