platform/api/laravel/View/ViewException.yaml

39 lines
754 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []