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