NoRenderer
Less than 1 minute
NoRenderer
Exception thrown when a renderer for a specific type cannot be found.
class NoRenderer extends \Hazaar\Controller\Response\Exception\ExceptionThis exception is triggered when an attempt is made to use a renderer for a given type, but no corresponding renderer is available. Ensure that the renderer for the specified type is implemented and registered properly.
Methods
__construct
Constructs the NoRenderer exception.
public __construct(string $renderer): voidThis constructor initializes the exception with a message indicating that a renderer for the specified type could not be found.
Parameters
| Parameter | Type | Description |
|---|---|---|
$renderer | string | the type of renderer that could not be found |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000