mirror of
https://github.com/itflow-org/itflow
synced 2026-07-25 09:47:15 +00:00
Rename plugins to libs and update all file references
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe\Exception;
|
||||
|
||||
/**
|
||||
* AuthenticationException is thrown when invalid credentials are used to
|
||||
* connect to Stripe's servers.
|
||||
*/
|
||||
class AuthenticationException extends ApiErrorException {}
|
||||
Reference in New Issue
Block a user