getContext(), $var); $throw->setChildren($v->getChildren()); $throw->flags = $v->flags; $throw->appendRepresentations($v->getRepresentations()); try { $throw->addRepresentation(new SourceRepresentation($var->getFile(), $var->getLine(), null, true), 0); } catch (RuntimeException $e) { } return $throw; } }