We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f795980 commit 4deff11Copy full SHA for 4deff11
src/WebService.php
@@ -12,21 +12,21 @@ class WebService
12
*
13
* @var int
14
*/
15
- public const EXCEPTION_NO_CURL = 10001;
+ private const EXCEPTION_NO_CURL = 10001;
16
17
/**
18
* Invalid API key format.
19
20
21
22
- public const EXCEPTION_INVALID_API_KEY = 10002;
+ private const EXCEPTION_INVALID_API_KEY = 10002;
23
24
25
* Web service error.
26
27
28
29
- public const EXCEPTION_WEB_SERVICE_ERROR = 10003;
+ private const EXCEPTION_WEB_SERVICE_ERROR = 10003;
30
31
32
* Constructor.
0 commit comments