Açıklama Yok

ValueError.php 87B

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