ProcessTimedOutException
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() | 
Details
__construct(Process $process, $timeoutType)
Parameters
| Process | $process | |
| $timeoutType | 
getProcess()
isGeneralTimeout()
isIdleTimeout()
getExceededTimeout()
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.4/Symfony/Component/Process/Exception/ProcessTimedOutException.html