40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
name: ConnectionFailed
|
|
class_comment: null
|
|
dependencies:
|
|
- name: ConnectionException
|
|
type: class
|
|
source: Illuminate\Http\Client\ConnectionException
|
|
- name: Request
|
|
type: class
|
|
source: Illuminate\Http\Client\Request
|
|
properties:
|
|
- name: request
|
|
visibility: public
|
|
comment: '# * The request instance.
|
|
|
|
# *
|
|
|
|
# * @var \Illuminate\Http\Client\Request'
|
|
- name: exception
|
|
visibility: public
|
|
comment: '# * The exception instance.
|
|
|
|
# *
|
|
|
|
# * @var \Illuminate\Http\Client\ConnectionException'
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: request
|
|
- name: exception
|
|
comment: "# * The request instance.\n# *\n# * @var \\Illuminate\\Http\\Client\\\
|
|
Request\n# */\n# public $request;\n# \n# /**\n# * The exception instance.\n# *\n\
|
|
# * @var \\Illuminate\\Http\\Client\\ConnectionException\n# */\n# public $exception;\n\
|
|
# \n# /**\n# * Create a new event instance.\n# *\n# * @param \\Illuminate\\Http\\\
|
|
Client\\Request $request\n# * @param \\Illuminate\\Http\\Client\\ConnectionException\
|
|
\ $exception\n# * @return void"
|
|
traits:
|
|
- Illuminate\Http\Client\ConnectionException
|
|
- Illuminate\Http\Client\Request
|
|
interfaces: []
|