W3cubDocs

/Symfony 4.1

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.
https://api.symfony.com/4.1/Symfony/Component/Process/Exception/ProcessTimedOutException.html