Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
716cf56cb2.url-de-test.ws
/
htdocs
/
vendor
/
doctrine
/
dbal
/
src
/
Driver
/
/srv/data/web/vhosts/716cf56cb2.url-de-test.ws/htdocs/vendor/doctrine/dbal/src/Driver/Exception.php
<?php declare(strict_types=1); namespace Doctrine\DBAL\Driver; use Throwable; /** * @psalm-immutable */ interface Exception extends Throwable { /** * Returns the SQLSTATE the driver was in at the time the error occurred. * * Returns null if the driver does not provide a SQLSTATE for the error occurred. * * @return string|null */ public function getSQLState(); }