RendererInterface
Interface defining the rendering engine for the error handling layer
| since |
4.0.0 |
|---|---|
| package |
Joomla CMS |
Methods
getDocument
Retrieve the Document instance attached to this renderer
getDocument() : \Joomla\CMS\Document\Document
render
Render the error page for the given object
render(\Throwable error) :
| since |
4.0.0 |
|---|
Arguments
- error
ThrowableThe error object to be rendered
Response
string