Documentation

ProcessErrorException extends RuntimeException
in package

Table of Contents

Properties

$cmd  : string|null
$exit  : int|null
$stderr  : string|null
$stdout  : string|null

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct(string|null $cmd, string|null $stdout, string|null $stderr, int|null $exit[, mixed $message = "" ][, mixed $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
$cmd : string|null
$stdout : string|null
$stderr : string|null
$exit : int|null
$message : mixed = ""
$code : mixed = 0
$previous : Throwable|null = null

        
On this page

Search results