25 lines
646 B
YAML
25 lines
646 B
YAML
name: MaxAttemptsExceededException
|
|
class_comment: null
|
|
dependencies:
|
|
- name: RuntimeException
|
|
type: class
|
|
source: RuntimeException
|
|
properties:
|
|
- name: job
|
|
visibility: public
|
|
comment: '# * The job instance.
|
|
|
|
# *
|
|
|
|
# * @var \Illuminate\Contracts\Queue\Job|null'
|
|
methods:
|
|
- name: forJob
|
|
visibility: public
|
|
parameters:
|
|
- name: job
|
|
comment: "# * The job instance.\n# *\n# * @var \\Illuminate\\Contracts\\Queue\\\
|
|
Job|null\n# */\n# public $job;\n# \n# /**\n# * Create a new instance for the job.\n\
|
|
# *\n# * @param \\Illuminate\\Contracts\\Queue\\Job $job\n# * @return static"
|
|
traits:
|
|
- RuntimeException
|
|
interfaces: []
|