mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
11 lines
158 B
PHP
11 lines
158 B
PHP
<?php
|
|
|
|
/** @generate-class-entries */
|
|
|
|
class PDOException extends RuntimeException
|
|
{
|
|
public ?array $errorInfo = null;
|
|
}
|
|
|
|
function pdo_drivers(): array {}
|