Lines Matching refs:RuntimeException

19 use Symfony\Component\Process\Exception\RuntimeException;
242 * @throws RuntimeException When process can't be launched
243 * @throws RuntimeException When process is already running
293 * @throws RuntimeException When process can't be launched
294 * @throws RuntimeException When process is already running
300 throw new RuntimeException('Process is already running.');
349 throw new RuntimeException(sprintf('The provided cwd "%s" does not exist.', $this->cwd));
355 throw new RuntimeException('Unable to launch a new process.');
381 * @throws RuntimeException When process can't be launched
382 * @throws RuntimeException When process is already running
391 throw new RuntimeException('Process is already running.');
454 * @throws RuntimeException When process timed out
511 * @throws RuntimeException In case --enable-sigchild is activated and the process can't be killed
512 * @throws RuntimeException In case of failure
526 * @throws RuntimeException In case the process is already running
532 throw new RuntimeException('Disabling output while the process is running is not possible.');
548 * @throws RuntimeException In case the process is already running
553 throw new RuntimeException('Enabling output while the process is running is not possible.');
811 * @throws RuntimeException In case --enable-sigchild is activated
819 throw new RuntimeException('This PHP has been compiled with --enable-sigchild. Term signal cannot be retrieved.');
1054 * @throws RuntimeException In case the TTY mode is not supported
1059 throw new RuntimeException('TTY mode is not supported on Windows platform.');
1063 throw new RuntimeException('TTY mode requires /dev/tty to be read/writable.');
1237 throw new RuntimeException('Setting options while the process is running is not possible.');
1495 * @throws RuntimeException In case --enable-sigchild is activated and the process can't be killed
1496 * @throws RuntimeException In case of failure
1512 throw new RuntimeException(sprintf('Unable to kill the process (%s).', implode(' ', $output)));
1527 throw new RuntimeException(sprintf('Error while sending signal "%s".', $signal));