Files
wp-multisite-waas/dependencies/stripe/stripe-php/lib/Exception/AuthenticationException.php
2024-11-30 18:24:12 -07:00

12 lines
233 B
PHP

<?php
namespace WP_Ultimo\Dependencies\Stripe\Exception;
/**
* AuthenticationException is thrown when invalid credentials are used to
* connect to Stripe's servers.
*/
class AuthenticationException extends ApiErrorException
{
}