Interface Yiisoft\ErrorHandler\RendererProvider\RendererProviderInterface
Interface that provides a way to get a ThrowableRendererInterface implementation based on the request.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| get() | Yiisoft\ |
Method Details
| public abstract Yiisoft\ | ||
| $request | \ |
The server request. |
| return | Yiisoft\ |
The |
|---|---|---|
public function get(ServerRequestInterface $request): ?ThrowableRendererInterface;
User Contributed Notes
Leave a comment
Join the conversation to share a note.