« Back to History
AuthenticationException.php
|
20260921_175631.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 { }