ProcessTimedOutException
class ProcessTimedOutException extends RuntimeException
Exception that is thrown when a process times out.
Constants
TYPE_GENERAL | |
TYPE_IDLE |
Methods
__construct(Process $process, int $timeoutType) | ||
getProcess() | ||
isGeneralTimeout() | ||
isIdleTimeout() | ||
getExceededTimeout() |
Details
__construct(Process $process, int $timeoutType)
Parameters
Process | $process | |
int | $timeoutType |
getProcess()
isGeneralTimeout()
isIdleTimeout()
getExceededTimeout()
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/Process/Exception/ProcessTimedOutException.html