1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00
Files
archived-php-src/ext/pdo/pdo.stub.php
T
2021-04-20 14:45:42 +02:00

11 lines
158 B
PHP

<?php
/** @generate-class-entries */
class PDOException extends RuntimeException
{
public ?array $errorInfo = null;
}
function pdo_drivers(): array {}