Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
www
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
stripe
/
stripe-php
/
lib
/
Exception
/
Editing: AuthenticationException.php
<?php namespace WPForms\Vendor\Stripe\Exception; /** * AuthenticationException is thrown when invalid credentials are used to * connect to Stripe's servers. */ class AuthenticationException extends ApiErrorException { }
Save
Cancel