Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
unsatisfiableness
/
core
/
lib
/
mollie
/
src
/
Exceptions
:
IncompatiblePlatform.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Mollie\Api\Exceptions; class IncompatiblePlatform extends \Mollie\Api\Exceptions\ApiException { const INCOMPATIBLE_PHP_VERSION = 1000; const INCOMPATIBLE_CURL_EXTENSION = 2000; const INCOMPATIBLE_CURL_FUNCTION = 2500; const INCOMPATIBLE_JSON_EXTENSION = 3000; }