ValueError.php 87 B

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