mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
9 lines
124 B
PHP
9 lines
124 B
PHP
<?php
|
|
|
|
/** @generate-function-entries */
|
|
|
|
class PDOException extends RuntimeException
|
|
{
|
|
}
|
|
|
|
function pdo_drivers(): array {}
|