Lines Matching refs:LogicException

15 use Symfony\Component\Process\Exception\LogicException;  alias
202 * @throws LogicException In case a callback is provided and output has been disabled
258 * @throws LogicException In case a callback is provided and output has been disabled
401 * @throws LogicException When process is not yet started
412 …throw new \LogicException('Pass the callback to the Process::start method or enableOutput to use a…
452 * @throws LogicException In case the process is not running
469 * @throws LogicException if an idle timeout is set
477 throw new LogicException('Output can not be disabled while an idle timeout is set.');
518 * @throws LogicException in case the output has been disabled
519 * @throws LogicException In case the process is not started
540 * @throws LogicException in case the output has been disabled
541 * @throws LogicException In case the process is not started
562 * @throws LogicException in case the output has been disabled
563 * @throws LogicException In case the process is not started
633 * @throws LogicException in case the output has been disabled
634 * @throws LogicException In case the process is not started
656 * @throws LogicException in case the output has been disabled
657 * @throws LogicException In case the process is not started
743 * @throws LogicException In case the process is not terminated
764 * @throws LogicException In case the process is not terminated
784 * @throws LogicException In case the process is not terminated
800 * @throws LogicException In case the process is not terminated
1001 * @throws LogicException if the output is disabled
1007 throw new LogicException('Idle timeout can not be set while the output is disabled.');
1166 * @throws LogicException In case the process is running
1171 throw new LogicException('Input can not be set while the process is running.');
1466 * @throws LogicException in case output has been disabled or process is not started
1471 throw new LogicException('Output has been disabled.');
1580 * @throws LogicException In case the process is not running
1588 throw new LogicException('Can not send signal on a non running process.');
1679 * @throws LogicException if the process has not run
1684 …throw new LogicException(sprintf('Process must be started before calling "%s()".', $functionName));
1693 * @throws LogicException if the process is not yet terminated
1698 …throw new LogicException(sprintf('Process must be terminated before calling "%s()".', $functionNam…