class ResponseAlreadySent extends Exception implements JsonSerializable

Class ResponseAlreadySent

Methods

__construct(string $message = '', int $code, Exception $previous = NULL)

ResponseAlreadySent constructor.

string
__toString()

No description

array
jsonSerialize()

No description

Details

at line line 18
__construct(string $message = '', int $code, Exception $previous = NULL)

ResponseAlreadySent constructor.

Parameters

string $message
int $code
Exception $previous

at line line 30
string __toString()

Return Value

string

at line line 38
array jsonSerialize()

Return Value

array