W3cubDocs

/Symfony 4.1

LengthRequiredHttpException

class LengthRequiredHttpException extends HttpException

Methods

__construct(string $message = null, Exception $previous = null, int|null $code = 0, array $headers = array())
int getStatusCode()

Returns the status code.

from HttpException
array getHeaders()

Returns response headers.

from HttpException
setHeaders(array $headers)

Set response headers.

from HttpException

Details

__construct(string $message = null, Exception $previous = null, int|null $code = 0, array $headers = array())

Parameters

string $message
Exception $previous
int|null $code
array $headers

int getStatusCode()

Returns the status code.

Return Value

int An HTTP response status code

array getHeaders()

Returns response headers.

Return Value

array Response headers

setHeaders(array $headers)

Set response headers.

Parameters

array $headers Response headers