mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 18:18:18 +01:00
8 lines
66 B
PHP
8 lines
66 B
PHP
<?php
|
|
|
|
namespace Stripe\Error;
|
|
|
|
class Permission extends Base
|
|
{
|
|
}
|