mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-05-18 13:53:35 +02:00
Throw SocketException when trying to call query functions when not being connected
This commit is contained in:
@@ -15,4 +15,5 @@
|
||||
class SocketException extends SourceQueryException
|
||||
{
|
||||
const COULD_NOT_CREATE_SOCKET = 1;
|
||||
const NOT_CONNECTED = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user