Example #1
0
 /**
  * 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);
 }