class Illuminate / Process / Exceptions / ProcessFailedException
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

ProcessFailedException

Extends

Properties

public

$result ProcessResult

The process result instance.

Default: null

Methods

public

__construct ( ProcessResult $result ) : void

Create a new exception instance.

Parameters