37372-vm/stripe-php/lib/Exception/AuthenticationException.php
Flatlogic Bot e78bca6aa4 V.2
2026-01-12 01:02:42 +00:00

10 lines
209 B
PHP

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