extends |
RuntimeException |
|---|
Exception that is thrown when a process times out.
| Methods | ||
|---|---|---|
public
|
__construct(Process $process, int $timeoutType)
|
# |
public
|
getProcess(): Process
|
# |
public
|
isGeneralTimeout(): bool
|
# |
public
|
isIdleTimeout(): bool
|
# |
public
|
getExceededTimeout(): ?float
|
# |
| Methods inherited from Exception |
|---|
__wakeup(), getMessage(), getCode(), getFile(), getLine(), getTrace(), getPrevious(), getTraceAsString(), __toString() |
| Constants | ||
|---|---|---|
public
|
TYPE_GENERAL = 1
|
# |
public
|
TYPE_IDLE = 2
|
# |