File "AuthenticationException.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/stripe/stripe-php/lib/Exception/AuthenticationException.php
File size: 210 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Stripe\Exception;

/**
 * AuthenticationException is thrown when invalid credentials are used to
 * connect to Stripe's servers.
 */
class AuthenticationException extends ApiErrorException
{
}