Documentation

RunCommandMessage
in package
implements Stringable

Tags
author

Kevin Bond kevinbond@gmail.com

Table of Contents

Interfaces

Stringable

Properties

$catchExceptions  : bool
$input  : string
$throwOnFailure  : bool

Methods

__construct()  : mixed
__toString()  : string

Properties

Methods

__construct()

public __construct(string $input[, bool $throwOnFailure = true ][, bool $catchExceptions = false ]) : mixed
Parameters
$input : string
$throwOnFailure : bool = true

If the command has a non-zero exit code, throw RunCommandFailedException

$catchExceptions : bool = false

@see Application::setCatchExceptions()


        
On this page

Search results