mirror of
https://github.com/php/php-src.git
synced 2026-04-08 00:22:52 +02:00
10 lines
124 B
PHP
10 lines
124 B
PHP
<?php
|
|
|
|
/** @generate-function-entries */
|
|
|
|
class PDOException extends RuntimeException
|
|
{
|
|
}
|
|
|
|
function pdo_drivers(): array {}
|