error message

This commit is contained in:
Michele Zonca
2012-08-07 12:21:03 -07:00
parent 2f34bcf8a8
commit 32825ef541

View File

@@ -28,6 +28,6 @@ define("EXCEPTION_NOTSUPPORTED_HTTPMETHOD_CODE", 1003);
define("EXCEPTION_NOTSUPPORTED_HTTPMETHOD", "HTTP method not supported. Only DELETE, GET, POST, PUT are supported"); define("EXCEPTION_NOTSUPPORTED_HTTPMETHOD", "HTTP method not supported. Only DELETE, GET, POST, PUT are supported");
define("EXCEPTION_SYSTEM_ERROR_CODE", 2000); define("EXCEPTION_SYSTEM_ERROR_CODE", 2000);
define("EXCEPTION_JSONDECODE_REQUEST", "Can't deserialize the response JSON from the component. Maybe you tried to make an HTTPS request but PHP is not compiled with OpenSSL support, or the request returned an invalid JSON value: %s"); define("EXCEPTION_JSONDECODE_REQUEST", "Can't deserialize the response JSON: %s");
?> ?>