예제 #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);
 }