Error::__construct
Construct the error object
&reftitle.description;
public Error::__construct
stringmessage""
intcode0
Throwablenullprevious&null;
Constructs the Error.
&reftitle.parameters;
message
The error message.
code
The error code.
previous
The previous throwable used for the exception chaining.
&reftitle.notes;
The message is NOT
binary safe.