ExecutionError
extends Exception
Table of Contents
Methods
-
asNode()
: DOMElement
-
Error()
: ExecutionError
-
Exception()
: ExecutionError
-
Failure()
: ExecutionError
-
getExitCode()
: int
-
getStdErr()
: string
-
getStdOut()
: string
asNode()
public
asNode(DOMDocument $document) : DOMElement
Parameters
-
$document
: DOMDocument
-
Error()
public
static Error(string $type, string $message[, Process|null $process = null ]) : ExecutionError
Parameters
-
$type
: string
-
-
$message
: string
-
-
$process
: Process|null
= null
-
Exception()
public
static Exception(Throwable $e[, Process|null $process = null ]) : ExecutionError
Parameters
-
$e
: Throwable
-
-
$process
: Process|null
= null
-
Failure()
public
static Failure(string $type, string $message[, Process|null $process = null ]) : ExecutionError
Parameters
-
$type
: string
-
-
$message
: string
-
-
$process
: Process|null
= null
-
getExitCode()
public
getExitCode() : int
getStdErr()
public
getStdErr() : string
getStdOut()
public
getStdOut() : string