php-src/ext/pdo/pdo.stub.php
2022-05-25 13:24:11 +02:00

17 lines
287 B
PHP

<?php
/** @generate-class-entries */
class PDOException extends RuntimeException
{
/** @var int|string */
protected $code = 0; // TODO add proper type
public ?array $errorInfo = null;
}
/**
* @return array<int, string>
* @refcount 1
*/
function pdo_drivers(): array {}