itflow/vendor/stripe-php-7.0.2/lib/Exception/AuthenticationException.php

14 lines
242 B
PHP

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