InsufficientStorage
Less than 1 minute
InsufficientStorage
HTTP 507 Insufficient Storage response class.
class InsufficientStorage extends \Hazaar\Controller\Response\HTTP\ResponseThis response indicates that the server is unable to store the representation needed to complete the request. This is typically used in scenarios where the server has insufficient storage capacity to process the request.
Methods
__construct
Constructs the HTTP 507 Insufficient Storage response.
public __construct(string $contentType = 'text/html'): voidThis constructor initializes the response with a status code of 507 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