PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
dokan-pro
/
vendor
/
stripe
/
stripe-php
/
lib
/
Exception
<?php namespace Stripe\Exception; /** * UnknownApiErrorException is thrown when the client library receives an * error from the API it doesn't know about. Receiving this error usually * means that your client library is outdated and should be upgraded. * * @package Stripe\Exception */ class UnknownApiErrorException extends ApiErrorException { }
[+]
..
[-] InvalidRequestException.php
[edit]
[-] CardException.php
[edit]
[+]
OAuth
[-] ApiErrorException.php
[edit]
[-] RateLimitException.php
[edit]
[-] UnknownApiErrorException.php
[edit]
[-] BadMethodCallException.php
[edit]
[-] SignatureVerificationException.php
[edit]
[-] IdempotencyException.php
[edit]
[-] InvalidArgumentException.php
[edit]
[-] PermissionException.php
[edit]
[-] ApiConnectionException.php
[edit]
[-] UnexpectedValueException.php
[edit]
[-] AuthenticationException.php
[edit]
[-] ExceptionInterface.php
[edit]