Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/symfony/process/Tests/
DErrorProcessInitiator.php14 use Symfony\Component\Process\Exception\ProcessTimedOutException; alias
32 } catch (ProcessTimedOutException $t) {
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) {
/plugin/combo/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);
/plugin/jplayer/vendor/symfony/process/Exception/
DProcessTimedOutException.php21 class ProcessTimedOutException extends RuntimeException class
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php21 class ProcessTimedOutException extends RuntimeException class
/plugin/jplayer/vendor/symfony/process/
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);