Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php23 public const TYPE_GENERAL = 1; define in Symfony\\Component\\Process\\Exception\\ProcessTimedOutException
48 return self::TYPE_GENERAL === $this->timeoutType;
59 case self::TYPE_GENERAL:
/template/strap/vendor/symfony/process/
H A DProcess.php1205 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_GENERAL);