Home
last modified time | relevance | path

Searched refs:ProcessTimedOutException (Results 1 – 6 of 6) sorted by last modified time

/plugin/combo/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php21 class ProcessTimedOutException extends RuntimeException class
/plugin/combo/vendor/symfony/process/
H A DProcess.php18 use Symfony\Component\Process\Exception\ProcessTimedOutException; alias
244 * @throws ProcessTimedOutException When process timed out
411 * @throws ProcessTimedOutException When process timed out
456 * @throws ProcessTimedOutException In case the timeout was reached
1193 * @throws ProcessTimedOutException In case the timeout was reached
1204 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_GENERAL);
1210 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_IDLE);
/plugin/jplayer/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php21 class ProcessTimedOutException extends RuntimeException class
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php17 use Symfony\Component\Process\Exception\ProcessTimedOutException; alias
1319 * @throws ProcessTimedOutException In case the timeout was reached
1330 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_GENERAL);
1336 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_IDLE);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php16 use Symfony\Component\Process\Exception\ProcessTimedOutException; alias
797 } catch (ProcessTimedOutException $e) {
815 } catch (ProcessTimedOutException $e) {
837 } catch (ProcessTimedOutException $e) {
854 } catch (ProcessTimedOutException $e) {
H A DErrorProcessInitiator.php14 use Symfony\Component\Process\Exception\ProcessTimedOutException; alias
32 } catch (ProcessTimedOutException $t) {