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: []