Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/process/
H A DProcess.php18 use Symfony\Component\Process\Exception\ProcessTimedOutException; alias
245 * @throws ProcessTimedOutException When process timed out
412 * @throws ProcessTimedOutException When process timed out
457 * @throws ProcessTimedOutException In case the timeout was reached
1194 * @throws ProcessTimedOutException In case the timeout was reached
1205 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_GENERAL);
1211 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_IDLE);
/template/strap/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php21 class ProcessTimedOutException extends RuntimeException class