Searched refs:TYPE_GENERAL (Results 1 – 4 of 4) sorted by relevance
23 const TYPE_GENERAL = 1; define in Symfony\\Component\\Process\\Exception\\ProcessTimedOutException48 return self::TYPE_GENERAL === $this->timeoutType;59 case self::TYPE_GENERAL:
23 public const TYPE_GENERAL = 1; define in Symfony\\Component\\Process\\Exception\\ProcessTimedOutException 48 return self::TYPE_GENERAL === $this->timeoutType;59 case self::TYPE_GENERAL:
1330 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_GENERAL);
1204 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_GENERAL);