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; alias 244 * @throws ProcessTimedOutException When process timed out411 * @throws ProcessTimedOutException When process timed out456 * @throws ProcessTimedOutException In case the timeout was reached1193 * @throws ProcessTimedOutException In case the timeout was reached1204 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_GENERAL);1210 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);