__construct() public method

Sets the type to compare with.
public __construct ( string $type, string $message = '%s' )
$type string Type or class name.
$message string Customised message on failure.
 /**
  *    Sets the type to compare with.
  *    @param string $type       Type or class name.
  *    @param string $message    Customised message on failure.
  *    @access public
  */
 function __construct($type, $message = '%s')
 {
     parent::__construct($type, $message);
 }