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

8 lines
94 B
PHP
Executable File

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