JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrgetMessage(); } else { $message = 'An exception occurred in the driver: ' . $driverException->getMessage(); } parent::__construct($message, $driverException->getCode(), $driverException); } public function getSQLState(): ?string { $previous = $this->getPrevious(); assert($previous instanceof Driver\Exception); return $previous->getSQLState(); } public function getQuery(): ?Query { return $this->query; } }