PATH:
home
/
lab2454c
/
tripvare.com
/
backup
/
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. */ class UnknownApiErrorException extends ApiErrorException { }
[+]
OAuth
[-] IdempotencyException.php
[edit]
[-] RateLimitException.php
[edit]
[+]
..
[-] UnknownApiErrorException.php
[edit]
[-] PermissionException.php
[edit]
[-] BadMethodCallException.php
[edit]
[-] InvalidArgumentException.php
[edit]
[-] ApiErrorException.php
[edit]
[-] InvalidRequestException.php
[edit]
[-] AuthenticationException.php
[edit]
[-] UnexpectedValueException.php
[edit]
[-] SignatureVerificationException.php
[edit]
[-] CardException.php
[edit]
[-] ExceptionInterface.php
[edit]
[-] ApiConnectionException.php
[edit]