Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ProcessTimedOutException.php
function ProcessTimedOutException::isGeneralTimeout
File
vendor/
symfony/
process/
Exception/
ProcessTimedOutException.php
, line 42
Class
ProcessTimedOutException
Exception that is thrown when a process times out.
Namespace
Symfony\Component\Process\Exception
Code
public
function
isGeneralTimeout
() : bool {
return
self::TYPE_GENERAL ===
$this
->
timeoutType
; }
RSS feed