Construct the exception
$message
$code
$previous
NULL
Constructs the Exception.
message
The Exception message to throw.
code
The Exception code.
previous
The previous exception used for the exception chaining.
Note: The message is NOT binary safe.
Note:
The message is NOT binary safe.