Response
class Response
Properties
protected string|null | $message | The response message. |
Methods
__construct(string|null $message = null)
Create a new response.
string|null
message()
Get the response message.
string
__toString()
Get the string representation of the message.
Details
at line 19
__construct(string|null $message = null)
Create a new response.
at line 29
string|null
message()
Get the response message.
at line 39
string
__toString()
Get the string representation of the message.