/**
  * Adds dictionary describing lines of exception traceback, having optionally attached framelocal variables to them
  * @param Traceback $traceback
  * @return \AppEnlight\Endpoint\Data\Report
  */
 public function addTraceback(Traceback $traceback)
 {
     $this->_traceback[] = $traceback->toArray();
     return $this;
 }