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 0f13220 commit fe854e0Copy full SHA for fe854e0
1 file changed
SourceQuery/Exception/SocketException.php
@@ -19,5 +19,5 @@ class SocketException extends SourceQueryException
19
const COULD_NOT_CREATE_SOCKET = 1;
20
const NOT_CONNECTED = 2;
21
const CONNECTION_FAILED = 3;
22
- const INVALID_ENGINE = 3;
+ const INVALID_ENGINE = 4;
23
}
0 commit comments