@@ -64,8 +64,7 @@ |
||
| 64 | 64 | |
| 65 | 65 | try{ |
| 66 | 66 | $this->socket = fsockopen($this->config->host, $this->config->port); |
| 67 | - } |
|
| 68 | - catch(Throwable $e){ |
|
| 67 | + } catch(Throwable $e){ |
|
| 69 | 68 | throw new TS3ClientException('could not connect: #'.$e->getMessage()); |
| 70 | 69 | } |
| 71 | 70 | |