PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
mollie
/
mollie-api-php
/
src
/
Exceptions
<?php namespace Mollie\Api\Exceptions; class IncompatiblePlatform extends ApiException { const INCOMPATIBLE_PHP_VERSION = 1000; const INCOMPATIBLE_CURL_EXTENSION = 2000; const INCOMPATIBLE_CURL_FUNCTION = 2500; const INCOMPATIBLE_JSON_EXTENSION = 3000; }
[+]
..
[-] ApiException.php
[edit]
[-] UnrecognizedClientException.php
[edit]
[-] IncompatiblePlatform.php
[edit]