Lines Matching refs:LogicException

15 use Symfony\Component\Process\Exception\LogicException;  alias
142 * @throws LogicException When proc_open is not installed
147 …throw new LogicException('The Process class relies on proc_open, which is not available on your PH…
191 * @throws LogicException When proc_open is not installed
247 * @throws LogicException In case a callback is provided and output has been disabled
296 * @throws LogicException In case a callback is provided and output has been disabled
414 * @throws LogicException When process is not yet started
425 …throw new LogicException('Pass the callback to the "Process::start" method or call enableOutput to…
456 * @throws LogicException When process is not yet started
466 …throw new LogicException('Pass the callback to the "Process::start" method or call enableOutput to…
511 * @throws LogicException In case the process is not running
528 * @throws LogicException if an idle timeout is set
536 throw new LogicException('Output cannot be disabled while an idle timeout is set.');
577 * @throws LogicException in case the output has been disabled
578 * @throws LogicException In case the process is not started
599 * @throws LogicException in case the output has been disabled
600 * @throws LogicException In case the process is not started
623 * @throws LogicException in case the output has been disabled
624 * @throws LogicException In case the process is not started
693 * @throws LogicException in case the output has been disabled
694 * @throws LogicException In case the process is not started
716 * @throws LogicException in case the output has been disabled
717 * @throws LogicException In case the process is not started
796 * @throws LogicException In case the process is not terminated
813 * @throws LogicException In case the process is not terminated
833 * @throws LogicException In case the process is not terminated
849 * @throws LogicException In case the process is not terminated
1036 * @throws LogicException if the output is disabled
1042 throw new LogicException('Idle timeout cannot be set while the output is disabled.');
1175 * @throws LogicException In case the process is running
1180 throw new LogicException('Input cannot be set while the process is running.');
1216 * @throws LogicException in case process is not started
1221 throw new LogicException('Start time is only available after process start.');
1247 …throw new LogicException(sprintf('Invalid option "%s" passed to "%s()". Supported options are "%s"…
1400 * @throws LogicException in case output has been disabled or process is not started
1405 throw new LogicException('Output has been disabled.');
1508 * @throws LogicException In case the process is not running
1516 throw new LogicException('Cannot send signal on a non running process.');
1605 * @throws LogicException if the process has not run
1610 …throw new LogicException(sprintf('Process must be started before calling "%s()".', $functionName));
1617 * @throws LogicException if the process is not yet terminated
1622 …throw new LogicException(sprintf('Process must be terminated before calling "%s()".', $functionNam…