aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php')
-rw-r--r--vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php b/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
new file mode 100644
index 000000000..99843cad3
--- /dev/null
+++ b/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
@@ -0,0 +1,5 @@
+<?php
+
+class ValueError extends Error
+{
+}