Searched refs:ProcessTimedOutException (Results 1 – 6 of 6) sorted by relevance
14 use Symfony\Component\Process\Exception\ProcessTimedOutException; alias32 } catch (ProcessTimedOutException $t) {
16 use Symfony\Component\Process\Exception\ProcessTimedOutException; alias797 } catch (ProcessTimedOutException $e) {815 } catch (ProcessTimedOutException $e) {837 } catch (ProcessTimedOutException $e) {854 } catch (ProcessTimedOutException $e) {
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
17 use Symfony\Component\Process\Exception\ProcessTimedOutException; alias1319 * @throws ProcessTimedOutException In case the timeout was reached1330 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_GENERAL);1336 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_IDLE);