Home
last modified time | relevance | path

Searched refs:getTermSignal (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/symfony/process/Exception/
H A DProcessSignaledException.php29 …__construct(sprintf('The process has been signaled with signal "%s".', $process->getTermSignal()));
39 return $this->getProcess()->getTermSignal();
/template/strap/vendor/symfony/process/
H A DProcess.php815 public function getTermSignal() function in Symfony\\Component\\Process\\Process