handle new share list output

This commit is contained in:
Robin Appelman 2018-03-27 17:25:21 +02:00
commit 89f47cfdf2
4 changed files with 27 additions and 6 deletions

View file

@ -49,6 +49,9 @@ class RawConnection {
$this->env = $env;
}
/**
* @throws ConnectException
*/
public function connect() {
if (is_null($this->getAuthStream())) {
throw new ConnectException('Authentication not set before connecting');