コード例 #1
0
ファイル: Share.php プロジェクト: ZverAleksey/core
 /**
  * check output for errors
  *
  * @param string[] $lines
  * @param string $path
  *
  * @throws NotFoundException
  * @throws \Icewind\SMB\Exception\AlreadyExistsException
  * @throws \Icewind\SMB\Exception\AccessDeniedException
  * @throws \Icewind\SMB\Exception\NotEmptyException
  * @throws \Icewind\SMB\Exception\InvalidTypeException
  * @throws \Icewind\SMB\Exception\Exception
  * @return bool
  */
 protected function parseOutput($lines, $path = '')
 {
     $this->parser->checkForError($lines, $path);
 }