Lines Matching refs:process
17 * Exception that is thrown when a process times out.
26 private $process;
29 public function __construct(Process $process, int $timeoutType)
31 $this->process = $process;
35 'The process "%s" exceeded the timeout of %s seconds.',
36 $process->getCommandLine(),
43 return $this->process;
60 return $this->process->getTimeout();
63 return $this->process->getIdleTimeout();