api/laravel/Queue/MaxAttemptsExceededException.yaml
2024-09-26 02:03:21 -07:00

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: []