class Illuminate / Process / Exceptions / ProcessTimedOutException

ProcessTimedOutException

Extends

    Symfony\...\RuntimeException

Properties

public

$result ProcessResult

The process result instance.

Default: null

Methods

public

__construct ( Symfony\...\ProcessTimedOutException $original , ProcessResult $result ) : void

Create a new exception instance.

Parameters

  • $original Symfony\...\ProcessTimedOutException
  • $result ProcessResult