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