1 <?php
2 
3 if (\PHP_VERSION_ID < 80000) {
4     class ValueError extends Error
5     {
6     }
7 }
8