Searched refs:timeoutType (Results 1 – 1 of 1) sorted by relevance
27 private $timeoutType; variable in Symfony\\Component\\Process\\Exception\\ProcessTimedOutException29 public function __construct(Process $process, int $timeoutType) argument32 $this->timeoutType = $timeoutType;48 return self::TYPE_GENERAL === $this->timeoutType;53 return self::TYPE_IDLE === $this->timeoutType;58 switch ($this->timeoutType) {66 … throw new \LogicException(sprintf('Unknown timeout type "%d".', $this->timeoutType));