Initial commit
This commit is contained in:
12
lib/mollie/src/Exceptions/IncompatiblePlatform.php
Normal file
12
lib/mollie/src/Exceptions/IncompatiblePlatform.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Mollie\Api\Exceptions;
|
||||
|
||||
class IncompatiblePlatform extends \Mollie\Api\Exceptions\ApiException
|
||||
{
|
||||
public const INCOMPATIBLE_PHP_VERSION = 1000;
|
||||
public const INCOMPATIBLE_CURL_EXTENSION = 2000;
|
||||
public const INCOMPATIBLE_CURL_FUNCTION = 2500;
|
||||
public const INCOMPATIBLE_JSON_EXTENSION = 3000;
|
||||
public const INCOMPATIBLE_RANDOM_BYTES_FUNCTION = 4000;
|
||||
}
|
||||
Reference in New Issue
Block a user