mirror of
https://github.com/itflow-org/itflow
synced 2026-07-23 17:00:40 +00:00
Rename plugins to libs and update all file references
This commit is contained in:
10
libs/stripe-php/lib/Exception/UnknownApiErrorException.php
Normal file
10
libs/stripe-php/lib/Exception/UnknownApiErrorException.php
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