Skip to content

Commit a28fe47

Browse files
committed
Remove duplicate CloudException variables
1 parent 96e0a06 commit a28fe47

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/LeanCloud/CloudException.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,6 @@
55
* Exception thrown when cloud API returns error
66
*/
77
class CloudException extends \Exception {
8-
/**
9-
* Error code returned by API
10-
*
11-
* @var int
12-
*/
13-
public $code;
14-
15-
/**
16-
* Error message returned by API
17-
*
18-
* @var string
19-
*/
20-
public $message;
218

229
/**
2310
* Http status returned by API

0 commit comments

Comments
 (0)