platform/api/laravel/Foundation/Exceptions/Whoops/WhoopsExceptionRenderer.yaml

35 lines
701 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: WhoopsExceptionRenderer
class_comment: null
dependencies:
- name: ExceptionRenderer
type: class
source: Illuminate\Contracts\Foundation\ExceptionRenderer
- name: Whoops
type: class
source: Whoops\Run
properties: []
methods:
- name: render
visibility: public
parameters:
- name: throwable
comment: '# * Renders the given exception as HTML.
# *
# * @param \Throwable $throwable
# * @return string'
- name: whoopsHandler
visibility: protected
parameters: []
comment: '# * Get the Whoops handler for the application.
# *
# * @return \Whoops\Handler\Handler'
traits:
- Illuminate\Contracts\Foundation\ExceptionRenderer
interfaces:
- ExceptionRenderer