__construct() public method
Constructor.
public void __construct ( $status = 0, $message = null, $code = 0, Exception $previous = null )$status integer
The exit status code $message string
Error message $code integer
Error code $previous Exception
The previous exception used for the exception chaining.