Lines Matching refs:RuntimeException

18 use Symfony\Component\Process\Exception\RuntimeException;  alias
142 * @throws RuntimeException When proc_open is not installed
147 …throw new RuntimeException('The Process class relies on proc_open, which is not available on your …
200 * @throws RuntimeException When process can't be launched
201 * @throws RuntimeException When process stopped after receiving signal
222 …* @throws RuntimeException if PHP was compiled with --enable-sigchild and the enhanced sigch…
230 …throw new RuntimeException('This PHP has been compiled with --enable-sigchild. You must use setEnh…
256 * @throws RuntimeException When process can't be launched
257 * @throws RuntimeException When process is already running
263 throw new RuntimeException('Process is already running.');
342 throw new RuntimeException('Unable to launch a new process.');
368 * @throws RuntimeException When process can't be launched
369 * @throws RuntimeException When process is already running
378 throw new RuntimeException('Process is already running.');
399 * @throws RuntimeException When process timed out
400 * @throws RuntimeException When process stopped after receiving signal
429 …throw new RuntimeException(sprintf('The process has been signaled with signal "%s".', $this->proce…
453 … * @throws RuntimeException In case --enable-sigchild is activated and the process can't be killed
454 * @throws RuntimeException In case of failure
468 * @throws RuntimeException In case the process is already running
474 … throw new RuntimeException('Disabling output while the process is running is not possible.');
490 * @throws RuntimeException In case the process is already running
495 … throw new RuntimeException('Enabling output while the process is running is not possible.');
692 …* @throws RuntimeException In case --enable-sigchild is activated and the sigchild compatibility m…
697 …throw new RuntimeException('This PHP has been compiled with --enable-sigchild. You must use setEnh…
742 * @throws RuntimeException In case --enable-sigchild is activated
750 …throw new RuntimeException('This PHP has been compiled with --enable-sigchild. Term signal can not…
763 * @throws RuntimeException In case --enable-sigchild is activated
771 …throw new RuntimeException('This PHP has been compiled with --enable-sigchild. Term signal can not…
1022 * @throws RuntimeException In case the TTY mode is not supported
1027 throw new RuntimeException('TTY mode is not supported on Windows platform.');
1037 throw new RuntimeException('TTY mode requires /dev/tty to be read/writable.');
1581 … * @throws RuntimeException In case --enable-sigchild is activated and the process can't be killed
1582 * @throws RuntimeException In case of failure
1598 … throw new RuntimeException(sprintf('Unable to kill the process (%s).', implode(' ', $output)));
1613 … throw new RuntimeException(sprintf('Error while sending signal `%s`.', $signal));