st->errorInfo(); } else { $err = $this->db->errorInfo(); } if ($err[0] === "HY000") { return static::buildEngineException((string) $err[1], (string) $err[2]); } else { return static::buildStandardException((string) $err[0], (string) $err[2]); } } }