Searched refs:ProcessTimedOutException (Results 1 – 2 of 2) sorted by relevance
18 use Symfony\Component\Process\Exception\ProcessTimedOutException; alias245 * @throws ProcessTimedOutException When process timed out412 * @throws ProcessTimedOutException When process timed out457 * @throws ProcessTimedOutException In case the timeout was reached1194 * @throws ProcessTimedOutException In case the timeout was reached1205 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_GENERAL);1211 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_IDLE);
21 class ProcessTimedOutException extends RuntimeException class