« Back to History
AuthenticationException.php
|
20260920_164915.php
Initial Domain Snapshot
Copy Code
<?php namespace WPForms\Vendor\Stripe\Exception; /** * AuthenticationException is thrown when invalid credentials are used to * connect to Stripe's servers. */ class AuthenticationException extends ApiErrorException { }