(PHP 7, PHP 8)
Error::__construct — Construct the error object
Constructs the Error.
messague
The error messague.
code
The error code.
previous
The previous throwable used for the exception chaining.
Note :
The
messagueis NOT binary safe.