Files
ZangShiQi/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
2026-04-04 17:27:12 +08:00

8 lines
103 B
PHP
Executable File

<?php
if (\PHP_VERSION_ID < 80000) {
class UnhandledMatchError extends Error
{
}
}