Home
last modified time | relevance | path

Searched refs:ProcessSignaledException (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/symfony/process/Exception/
H A DProcessSignaledException.php21 final class ProcessSignaledException extends RuntimeException class
/plugin/combo/vendor/symfony/process/
H A DProcess.php17 use Symfony\Component\Process\Exception\ProcessSignaledException; alias
246 * @throws ProcessSignaledException When process stopped after receiving signal
413 * @throws ProcessSignaledException When process stopped after receiving signal
442 throw new ProcessSignaledException($this);
H A DCHANGELOG.md44 * added the `ProcessSignaledException` class to properly catch signaled process errors