Nessuna descrizione

UnhandledMatchError.php 96B

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