class ProcessTimedOutException extends RuntimeException
Exception that is thrown when a process times out.
Constants
TYPE_GENERAL | |
TYPE_IDLE |
Methods
__construct(Process $process, $timeoutType) | ||
getProcess() | ||
isGeneralTimeout() | ||
isIdleTimeout() | ||
getExceededTimeout() |
Please login to continue.