Added selectable num of records on each listing page, fixed up Pagination Records UI, added new stripe library, further worked on stripe integration, fixed mispelling in client details
This commit is contained in:
@@ -0,0 +1,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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user