1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 18:29:39 +02:00
Oinktube/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
2022-01-06 21:30:33 +08:00

7 lines
87 B
PHP

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