Fix: Corriger le type PDO dans StripeService et retirer getConnection()
This commit is contained in:
10
api/vendor/stripe/stripe-php/lib/Exception/UnknownApiErrorException.php
vendored
Normal file
10
api/vendor/stripe/stripe-php/lib/Exception/UnknownApiErrorException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe\Exception;
|
||||
|
||||
/**
|
||||
* UnknownApiErrorException is thrown when the client library receives an
|
||||
* error from the API it doesn't know about. Receiving this error usually
|
||||
* means that your client library is outdated and should be upgraded.
|
||||
*/
|
||||
class UnknownApiErrorException extends ApiErrorException {}
|
||||
Reference in New Issue
Block a user