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