芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/doctrine/dbal/DriverException.php
getMessage(); } 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; } }