39 lines
754 B
YAML
39 lines
754 B
YAML
|
name: ViewException
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: ErrorException
|
||
|
type: class
|
||
|
source: ErrorException
|
||
|
- name: Container
|
||
|
type: class
|
||
|
source: Illuminate\Container\Container
|
||
|
- name: Reflector
|
||
|
type: class
|
||
|
source: Illuminate\Support\Reflector
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: report
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Report the exception.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @return bool|null'
|
||
|
- name: render
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: request
|
||
|
comment: '# * Render the exception into an HTTP response.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param \Illuminate\Http\Request $request
|
||
|
|
||
|
# * @return \Illuminate\Http\Response|null'
|
||
|
traits:
|
||
|
- ErrorException
|
||
|
- Illuminate\Container\Container
|
||
|
- Illuminate\Support\Reflector
|
||
|
interfaces: []
|