dolibarr/htdocs/includes/stripe/stripe-php/lib/Error/Authentication.php

8 lines
70 B
PHP
Raw Normal View History

2017-04-18 05:44:08 +02:00
<?php
namespace Stripe\Error;
class Authentication extends Base
{
}