Skip to content

Commit fe854e0

Browse files
committed
Fix INVALID_ENGINE value
1 parent 0f13220 commit fe854e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SourceQuery/Exception/SocketException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ class SocketException extends SourceQueryException
1919
const COULD_NOT_CREATE_SOCKET = 1;
2020
const NOT_CONNECTED = 2;
2121
const CONNECTION_FAILED = 3;
22-
const INVALID_ENGINE = 3;
22+
const INVALID_ENGINE = 4;
2323
}

0 commit comments

Comments
 (0)