Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ProcessSignaledException.php

function ProcessSignaledException::__construct

File

vendor/symfony/process/Exception/ProcessSignaledException.php, line 23

Class

ProcessSignaledException
Exception that is thrown when a process has been signaled.

Namespace

Symfony\Component\Process\Exception

Code

public function __construct(Process $process) {
    parent::__construct(\sprintf('The process has been signaled with signal "%s".', $process->getTermSignal()));
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal