prolab-api/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php

17 lines
318 B
PHP
Raw Normal View History

2025-09-24 06:24:52 +00:00
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
2025-10-03 11:00:05 +00:00
if (\PHP_VERSION_ID < 80000) {
class ValueError extends Error
2025-09-24 06:24:52 +00:00
{
}
}