Home
last modified time | relevance | path

Searched refs:TYPE_IDLE (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php24 public const TYPE_IDLE = 2; define in Symfony\\Component\\Process\\Exception\\ProcessTimedOutException
53 return self::TYPE_IDLE === $this->timeoutType;
62 case self::TYPE_IDLE:
/template/strap/vendor/symfony/process/
H A DProcess.php1211 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_IDLE);