/**
  * @param $errno
  * @param $errstr
  * @param $errfile
  * @param $errline
  * @internal
  */
 public function errorHandler($errno, $errstr, $errfile, $errline)
 {
     throw MysqliException::factory($errstr, $errno, null, $this);
 }