diff options
Diffstat (limited to 'vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php')
-rw-r--r-- | vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php b/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php deleted file mode 100644 index a3a9b88b0..000000000 --- a/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php - -if (\PHP_VERSION_ID < 80000) { - class ValueError extends Error - { - } -} |