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

69 lines
1.4 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: WhoopsHandler
class_comment: null
dependencies:
- name: Filesystem
type: class
source: Illuminate\Filesystem\Filesystem
- name: Arr
type: class
source: Illuminate\Support\Arr
- name: PrettyPageHandler
type: class
source: Whoops\Handler\PrettyPageHandler
properties: []
methods:
- name: forDebug
visibility: public
parameters: []
comment: '# * Create a new Whoops handler for debug mode.
# *
# * @return \Whoops\Handler\PrettyPageHandler'
- name: registerApplicationPaths
visibility: protected
parameters:
- name: handler
comment: '# * Register the application paths with the handler.
# *
# * @param \Whoops\Handler\PrettyPageHandler $handler
# * @return $this'
- name: directoriesExceptVendor
visibility: protected
parameters: []
comment: '# * Get the application paths except for the "vendor" directory.
# *
# * @return array'
- name: registerBlacklist
visibility: protected
parameters:
- name: handler
comment: '# * Register the blacklist with the handler.
# *
# * @param \Whoops\Handler\PrettyPageHandler $handler
# * @return $this'
- name: registerEditor
visibility: protected
parameters:
- name: handler
comment: '# * Register the editor with the handler.
# *
# * @param \Whoops\Handler\PrettyPageHandler $handler
# * @return $this'
traits:
- Illuminate\Filesystem\Filesystem
- Illuminate\Support\Arr
- Whoops\Handler\PrettyPageHandler
interfaces: []