Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelestilopetshop.meupet.app
/
vendor
/
stripe
/
stripe-php
/
lib
/
Exception
/
Editing: AuthenticationException.php
<?php namespace Stripe\Exception; /** * AuthenticationException is thrown when invalid credentials are used to * connect to Stripe's servers. */ class AuthenticationException extends ApiErrorException { }
Save
Cancel