From 32825ef54175a6c9e377ddb5c3a0d14101d9ec9e Mon Sep 17 00:00:00 2001 From: Michele Zonca Date: Tue, 7 Aug 2012 12:21:03 -0700 Subject: [PATCH] error message --- main/mashape/exceptions/ExceptionConstants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/mashape/exceptions/ExceptionConstants.php b/main/mashape/exceptions/ExceptionConstants.php index af5b14b..7ddcf77 100755 --- a/main/mashape/exceptions/ExceptionConstants.php +++ b/main/mashape/exceptions/ExceptionConstants.php @@ -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_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"); ?>