Searched refs:getCode (Results 1 – 6 of 6) sorted by relevance
11 return new self($exception->getMessage(), $exception->getCode(), $exception);
13 \Exception::__construct($this->getMessage(), $this->getCode(), $previous);
33 public function getCode(): string function in Twig\\Source
190 $this->code = str_replace(["\r\n", "\r"], "\n", $source->getCode());
511 … ->string($compiler->getEnvironment()->isDebug() ? $this->getSourceContext()->getCode() : '')
1542 return $loader->getSourceContext($name)->getCode();