ResponseInvalid
Less than 1 minute
ResponseInvalid
Exception thrown when a controller action returns an unsupported response.
class ResponseInvalid extends \Hazaar\ExceptionExtends: Hazaar\Exception
Raised during action normalization when the controller return value cannot be converted into a valid framework response object.
Methods
__construct
Creates an invalid-response exception for a controller action.
public __construct(string $controller, string $action): voidParameters
| Parameter | Type | Description |
|---|---|---|
$controller | string | controller class/name that produced the invalid value |
$action | string | action name that returned the invalid response |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:16 +0000