芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/invoicer.pulsehost.co.uk/vendor/doctrine/dbal/src/Driver/ConnectionError.php
error, $connection->sqlstate, $connection->errno); } public static function upcast(mysqli_sql_exception $exception): self { $p = new ReflectionProperty(mysqli_sql_exception::class, 'sqlstate'); return new self($exception->getMessage(), $p->getValue($exception), $exception->getCode(), $exception); } }