Lines Matching refs:RuntimeException
19 use Symfony\Component\Process\Exception\RuntimeException; alias
243 * @throws RuntimeException When process can't be launched
244 * @throws RuntimeException When process is already running
294 * @throws RuntimeException When process can't be launched
295 * @throws RuntimeException When process is already running
301 throw new RuntimeException('Process is already running.');
350 … throw new RuntimeException(sprintf('The provided cwd "%s" does not exist.', $this->cwd));
356 throw new RuntimeException('Unable to launch a new process.');
382 * @throws RuntimeException When process can't be launched
383 * @throws RuntimeException When process is already running
392 throw new RuntimeException('Process is already running.');
455 * @throws RuntimeException When process timed out
512 … * @throws RuntimeException In case --enable-sigchild is activated and the process can't be killed
513 * @throws RuntimeException In case of failure
527 * @throws RuntimeException In case the process is already running
533 … throw new RuntimeException('Disabling output while the process is running is not possible.');
549 * @throws RuntimeException In case the process is already running
554 … throw new RuntimeException('Enabling output while the process is running is not possible.');
812 * @throws RuntimeException In case --enable-sigchild is activated
820 …throw new RuntimeException('This PHP has been compiled with --enable-sigchild. Term signal cannot …
1055 * @throws RuntimeException In case the TTY mode is not supported
1060 throw new RuntimeException('TTY mode is not supported on Windows platform.');
1064 throw new RuntimeException('TTY mode requires /dev/tty to be read/writable.');
1238 … throw new RuntimeException('Setting options while the process is running is not possible.');
1509 … * @throws RuntimeException In case --enable-sigchild is activated and the process can't be killed
1510 * @throws RuntimeException In case of failure
1526 … throw new RuntimeException(sprintf('Unable to kill the process (%s).', implode(' ', $output)));
1541 … throw new RuntimeException(sprintf('Error while sending signal "%s".', $signal));