platform/api/laravel/Contracts/Foundation/ExceptionRenderer.yaml

19 lines
308 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ExceptionRenderer
class_comment: null
dependencies: []
properties: []
methods:
- name: render
visibility: public
parameters:
- name: throwable
comment: '# * Renders the given exception as HTML.
# *
# * @param \Throwable $throwable
# * @return string'
traits: []
interfaces: []