Searched refs:ProcessSignaledException (Results 1 – 3 of 3) sorted by relevance
21 final class ProcessSignaledException extends RuntimeException class
17 use Symfony\Component\Process\Exception\ProcessSignaledException; alias246 * @throws ProcessSignaledException When process stopped after receiving signal413 * @throws ProcessSignaledException When process stopped after receiving signal442 throw new ProcessSignaledException($this);
44 * added the `ProcessSignaledException` class to properly catch signaled process errors