Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php23 const TYPE_GENERAL = 1; define in Symfony\\Component\\Process\\Exception\\ProcessTimedOutException
48 return self::TYPE_GENERAL === $this->timeoutType;
59 case self::TYPE_GENERAL:
/plugin/combo/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:
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1330 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_GENERAL);
/plugin/combo/vendor/symfony/process/
H A DProcess.php1204 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_GENERAL);