Add public error

This commit is contained in:
php-curl-class
2013-08-19 14:15:30 -07:00
parent 2b0401c520
commit a2cbbdbef0
+1
View File
@@ -83,6 +83,7 @@ class Curl {
private $_cookies = array();
public $curl;
public $error = NULL;
public $error_code = 0;
public $error_message = NULL;
public $response = NULL;