30 lines
843 B
YAML
30 lines
843 B
YAML
name: ProcessFailedException
|
|
class_comment: null
|
|
dependencies:
|
|
- name: ProcessResult
|
|
type: class
|
|
source: Illuminate\Contracts\Process\ProcessResult
|
|
- name: RuntimeException
|
|
type: class
|
|
source: RuntimeException
|
|
properties:
|
|
- name: result
|
|
visibility: public
|
|
comment: '# * The process result instance.
|
|
|
|
# *
|
|
|
|
# * @var \Illuminate\Contracts\Process\ProcessResult'
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: result
|
|
comment: "# * The process result instance.\n# *\n# * @var \\Illuminate\\Contracts\\\
|
|
Process\\ProcessResult\n# */\n# public $result;\n# \n# /**\n# * Create a new exception\
|
|
\ instance.\n# *\n# * @param \\Illuminate\\Contracts\\Process\\ProcessResult\
|
|
\ $result\n# * @return void"
|
|
traits:
|
|
- Illuminate\Contracts\Process\ProcessResult
|
|
- RuntimeException
|
|
interfaces: []
|