1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 13:53:35 +02:00

Remove TimeoutException

Closes #74
This commit is contained in:
Pavel Djundik
2015-10-18 22:03:51 +03:00
parent 77e5af8745
commit c74a5dcc99
5 changed files with 4 additions and 23 deletions
@@ -16,4 +16,5 @@
{
const COULD_NOT_CREATE_SOCKET = 1;
const NOT_CONNECTED = 2;
const CONNECTEON_FALED = 3;
}
@@ -1,18 +0,0 @@
<?php
/**
* @author Pavel Djundik <sourcequery@xpaw.me>
*
* @link https://xpaw.me
* @link https://github.com/xPaw/PHP-Source-Query
*
* @license GNU Lesser General Public License, version 2.1
*
* @internal
*/
namespace xPaw\SourceQuery\Exception;
class TimeoutException extends SourceQueryException
{
const TIMEOUT_CONNECT = 1;
}