FailedDependency
Less than 1 minute
FailedDependency
HTTP 424 Failed Dependency response class.
class FailedDependency extends \Hazaar\Controller\Response\HTTP\ResponseThis response code indicates that the request failed due to the failure of a previous request. It is typically used in scenarios where the success of the current request depends on the successful completion of another operation.
Methods
__construct
Constructs the HTTP 424 Failed Dependency response.
public __construct(string $contentType = 'text/html'): voidThis constructor initializes the response with a status code of 424 and sets the content type.
Parameters
| Parameter | Type | Description |
|---|---|---|
$contentType | string | The content type of the response. Defaults to text/html. |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000