View file vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php

File size: 87B
<?php

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