platform/api/laravel/Contracts/Foundation/ExceptionRenderer.yaml
2024-09-02 10:44:11 -07:00

18 lines
308 B
YAML

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