public function getError() { return $this->error; }
/** * {@inheritdoc} */ public function end(LogOperation $operation) { if (!is_null($operation->getError())) { $this->errors[] = $operation; } }